hotspot/test/runtime/SharedArchiveFile/CdsWriteError.java
changeset 22892 1709e0e0b87c
parent 22517 8de4bcd74cd5
child 23514 8cc4189d9a2a
--- a/hotspot/test/runtime/SharedArchiveFile/CdsWriteError.java	Wed Feb 19 16:22:15 2014 +0000
+++ b/hotspot/test/runtime/SharedArchiveFile/CdsWriteError.java	Thu Feb 20 16:38:45 2014 -0500
@@ -22,12 +22,14 @@
  */
 
 /*
+ * @ignore 8032222
  * @test CdsWriteError
  * @summary Test how VM handles situation when it is impossible to write the
  *          CDS archive. VM is expected to exit gracefully and display the
  *          correct reason for the error.
  * @library /testlibrary
  * @run main CdsWriteError
+ * @bug 8032222
  */
 
 import com.oracle.java.testlibrary.*;