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,31 **** --- 22,32 ---- */ /* * @test CodeCacheTest * @bug 8054889 + * @library .. * @build DcmdUtil CodeCacheTest * @run main/othervm -XX:+SegmentedCodeCache CodeCacheTest * @run main/othervm -XX:-SegmentedCodeCache CodeCacheTest * @summary Test of diagnostic command Compiler.codecache */
test/serviceability/dcmd/compiler/CodeCacheTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File