test/jdk/java/io/File/SetLastModified.java
changeset 58430 814156987833
parent 47216 71c04702a3d5
equal deleted inserted replaced
58429:eba8b29bf528 58430:814156987833
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25    @bug 4091757 6652379 8177809
    25    @bug 4091757 6652379 8177809
       
    26    @requires os.maxMemory >= 16G
    26    @summary Basic test for setLastModified method
    27    @summary Basic test for setLastModified method
    27  */
    28  */
    28 
    29 
    29 import java.io.*;
    30 import java.io.*;
    30 import java.nio.ByteBuffer;
    31 import java.nio.ByteBuffer;