< prev index next >

test/gc/arguments/TestUseCompressedOopsErgo.java

Print this page

        

*** 24,37 **** /* * @test TestUseCompressedOopsErgo * @key gc * @bug 8010722 * @summary Tests ergonomics for UseCompressedOops. ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management/sun.management ! * @build TestUseCompressedOopsErgo TestUseCompressedOopsErgoTools * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestUseCompressedOopsErgo -XX:+UseG1GC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC -XX:-UseParallelOldGC --- 24,37 ---- /* * @test TestUseCompressedOopsErgo * @key gc * @bug 8010722 * @summary Tests ergonomics for UseCompressedOops. ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management/sun.management ! * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm TestUseCompressedOopsErgo -XX:+UseG1GC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC -XX:-UseParallelOldGC
< prev index next >