comparison 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
comparison
equal deleted inserted replaced
14475:6c9332549827 14476:4510a3502166
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 8025642
25 * @test CdsDifferentObjectAlignment 26 * @test CdsDifferentObjectAlignment
26 * @summary Testing CDS (class data sharing) using varying object alignment. 27 * @summary Testing CDS (class data sharing) using varying object alignment.
27 * Using different object alignment for each dump/load pair. 28 * Using different object alignment for each dump/load pair.
28 * This is a negative test; using object alignment for loading that 29 * This is a negative test; using object alignment for loading that
29 * is different from object alignment for creating a CDS file 30 * is different from object alignment for creating a CDS file
30 * should fail when loading. 31 * should fail when loading.
31 * @library /testlibrary 32 * @library /testlibrary
33 * @bug 8025642
32 */ 34 */
33 35
34 import com.oracle.java.testlibrary.*; 36 import com.oracle.java.testlibrary.*;
35 37
36 public class CdsDifferentObjectAlignment { 38 public class CdsDifferentObjectAlignment {