hotspot/test/runtime/SharedArchiveFile/CdsWriteError.java
changeset 22892 1709e0e0b87c
parent 22517 8de4bcd74cd5
child 23514 8cc4189d9a2a
equal deleted inserted replaced
22891:1f5d1fff23fa 22892:1709e0e0b87c
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
       
    25  * @ignore 8032222
    25  * @test CdsWriteError
    26  * @test CdsWriteError
    26  * @summary Test how VM handles situation when it is impossible to write the
    27  * @summary Test how VM handles situation when it is impossible to write the
    27  *          CDS archive. VM is expected to exit gracefully and display the
    28  *          CDS archive. VM is expected to exit gracefully and display the
    28  *          correct reason for the error.
    29  *          correct reason for the error.
    29  * @library /testlibrary
    30  * @library /testlibrary
    30  * @run main CdsWriteError
    31  * @run main CdsWriteError
       
    32  * @bug 8032222
    31  */
    33  */
    32 
    34 
    33 import com.oracle.java.testlibrary.*;
    35 import com.oracle.java.testlibrary.*;
    34 import java.io.File;
    36 import java.io.File;
    35 
    37