< prev index next >

test/compiler/codecache/jmx/PoolsIndependenceTest.java

Print this page

        

*** 35,47 **** import javax.management.NotificationListener; import sun.hotspot.code.BlobType; /* * @test PoolsIndependenceTest - * @ignore 8068385 * @library /testlibrary /../../test/lib ! * @build PoolsIndependenceTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing * -XX:-MethodFlushing -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:+SegmentedCodeCache PoolsIndependenceTest --- 35,47 ---- import javax.management.NotificationListener; import sun.hotspot.code.BlobType; /* * @test PoolsIndependenceTest * @library /testlibrary /../../test/lib ! * @ignore 8068385 ! * @build com.oracle.java.testlibrary.* PoolsIndependenceTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:-UseCodeCacheFlushing * -XX:-MethodFlushing -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:+SegmentedCodeCache PoolsIndependenceTest
< prev index next >