File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64
106
106
runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64
107
107
runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64
108
108
runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java 8277350 macosx-x64
109
- runtime/CommandLine/VMDeprecatedOptions.java 8277404 windows-x64
110
109
111
110
applications/jcstress/copy.java 8229852 linux-all
112
111
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ public class VMDeprecatedOptions {
48
48
{"TLABStats" , "false" },
49
49
{"AllowRedefinitionToAddDeleteMethods" , "true" },
50
50
{"UseSharedSpaces" , "false" },
51
- {"RequireSharedSpaces" , "true " },
52
- {"DumpSharedSpaces" , "true " },
53
- {"DynamicDumpSharedSpaces" , "true " },
51
+ {"RequireSharedSpaces" , "false " },
52
+ {"DumpSharedSpaces" , "false " },
53
+ {"DynamicDumpSharedSpaces" , "false " },
54
54
55
55
// deprecated alias flags (see also aliased_jvm_flags):
56
56
{"DefaultMaxRAMFraction" , "4" },
You can’t perform that action at this time.
0 commit comments