File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
runtime/cds/appcds/jigsaw Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 8241293 macosx-x64
84
84
85
85
# :hotspot_runtime
86
86
87
- runtime/cds/appcds/jigsaw/NewModuleFinderTest.java 8255855 generic-all
88
87
runtime/cds/DeterministicDump.java 8253495 generic-all
89
88
runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java 8253081 generic-all
90
89
runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ public static void main(String... args) throws Exception {
70
70
ProcessBuilder pb = ProcessTools .createJavaProcessBuilder (
71
71
"-Xlog:cds" ,
72
72
"-Xlog:module=debug" ,
73
+ "-Dtest.src=" + TEST_SRC ,
73
74
"NewModuleFinderTest$Helper" );
74
75
OutputAnalyzer out = CDSTestUtils .executeAndLog (pb , "exec" );
75
76
out .shouldHaveExitValue (0 );
You can’t perform that action at this time.
0 commit comments