< prev index next >

test/runtime/CompressedOops/ObjectAlignment.java

Print this page

        

*** 23,38 **** /* * @test * @bug 8022865 * @summary Tests for the -XX:ObjectAlignmentInBytes command line option ! * @library /testlibrary * @modules java.base/jdk.internal.misc * java.management * @run main ObjectAlignment */ ! import jdk.test.lib.*; public class ObjectAlignment { public static void main(String[] args) throws Exception { --- 23,41 ---- /* * @test * @bug 8022865 * @summary Tests for the -XX:ObjectAlignmentInBytes command line option ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main ObjectAlignment */ ! ! import jdk.test.lib.Platform; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; public class ObjectAlignment { public static void main(String[] args) throws Exception {
< prev index next >