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

test/serviceability/dcmd/compiler/CodeCacheTest.java

Print this page
rev 7093 : 8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
Summary: Fix can not reflect MethodHandles
Reviewed-by:

*** 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