diff test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java @ 14476:4510a3502166

8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly Summary: Use @ignore to exclude failing tests Reviewed-by: coleenp, ctornqvi, mseledtsov Contributed-by: george.triantafillou@oracle.com
author gtriantafill
date Thu, 20 Feb 2014 16:38:45 -0500
parents 1e9094165098
children 4ca6dc0799b6
line wrap: on
line diff
--- a/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java	Wed Feb 19 16:22:15 2014 +0000
+++ b/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java	Thu Feb 20 16:38:45 2014 -0500
@@ -22,6 +22,7 @@
  */
 
 /*
+ * @ignore 8025642
  * @test CdsDifferentObjectAlignment
  * @summary Testing CDS (class data sharing) using varying object alignment.
  *          Using different object alignment for each dump/load pair.
@@ -29,6 +30,7 @@
  *          is different from object alignment for creating a CDS file
  *          should fail when loading.
  * @library /testlibrary
+ * @bug 8025642
  */
 
 import com.oracle.java.testlibrary.*;