test/gc/arguments/TestUseCompressedOopsErgo.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/gc/arguments/TestUseCompressedOopsErgo.java

test/gc/arguments/TestUseCompressedOopsErgo.java

Print this page

        

*** 24,37 **** /* * @test TestUseCompressedOopsErgo * @key gc * @bug 8010722 * @summary Tests ergonomics for UseCompressedOops. ! * @library /testlibrary /testlibrary/whitebox * @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 * @run main/othervm TestUseCompressedOopsErgo -XX:+UseConcMarkSweepGC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseSerialGC --- 24,37 ---- /* * @test TestUseCompressedOopsErgo * @key gc * @bug 8010722 * @summary Tests ergonomics for UseCompressedOops. ! * @library /testlibrary /../../test/lib * @build TestUseCompressedOopsErgo TestUseCompressedOopsErgoTools ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm TestUseCompressedOopsErgo -XX:+UseG1GC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseParallelGC -XX:-UseParallelOldGC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseConcMarkSweepGC * @run main/othervm TestUseCompressedOopsErgo -XX:+UseSerialGC
test/gc/arguments/TestUseCompressedOopsErgo.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File