comparison test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 4510a3502166
children 7848fc12602b
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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
26 * @test CdsDifferentObjectAlignment 25 * @test CdsDifferentObjectAlignment
27 * @summary Testing CDS (class data sharing) using varying object alignment. 26 * @summary Testing CDS (class data sharing) using varying object alignment.
28 * Using different object alignment for each dump/load pair. 27 * Using different object alignment for each dump/load pair.
29 * This is a negative test; using object alignment for loading that 28 * This is a negative test; using object alignment for loading that
30 * is different from object alignment for creating a CDS file 29 * is different from object alignment for creating a CDS file
31 * should fail when loading. 30 * should fail when loading.
32 * @library /testlibrary 31 * @library /testlibrary
33 * @bug 8025642
34 */ 32 */
35 33
36 import com.oracle.java.testlibrary.*; 34 import com.oracle.java.testlibrary.*;
37 35
38 public class CdsDifferentObjectAlignment { 36 public class CdsDifferentObjectAlignment {