test/serviceability/dcmd/compiler/CodeCacheTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/serviceability/dcmd/CodeCacheTest.java	Wed Sep 24 13:23:53 2014
--- new/test/serviceability/dcmd/compiler/CodeCacheTest.java	Wed Sep 24 13:23:53 2014

*** 22,33 **** --- 22,35 ---- */ /* * @test CodeCacheTest * @bug 8054889 + * @library .. * @build DcmdUtil CodeCacheTest * @run main/othervm -XX:+SegmentedCodeCache CodeCacheTest + * @run main/othervm -Xint -XX:+SegmentedCodeCache CodeCacheTest * @run main/othervm -XX:-SegmentedCodeCache CodeCacheTest * @summary Test of diagnostic command Compiler.codecache */ import java.io.BufferedReader;

test/serviceability/dcmd/compiler/CodeCacheTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File