8277404: Test VMDeprecatedOptions.java failing with Unable to create shared archive file
Reviewed-by: dcubed
This commit is contained in:
parent
57eb864765
commit
36bd4a35fb
@ -106,7 +106,6 @@ runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64
|
||||
runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64
|
||||
runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64
|
||||
runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java 8277350 macosx-x64
|
||||
runtime/CommandLine/VMDeprecatedOptions.java 8277404 windows-x64
|
||||
|
||||
applications/jcstress/copy.java 8229852 linux-all
|
||||
|
||||
|
@ -48,9 +48,9 @@ public class VMDeprecatedOptions {
|
||||
{"TLABStats", "false"},
|
||||
{"AllowRedefinitionToAddDeleteMethods", "true"},
|
||||
{"UseSharedSpaces", "false"},
|
||||
{"RequireSharedSpaces", "true"},
|
||||
{"DumpSharedSpaces", "true"},
|
||||
{"DynamicDumpSharedSpaces", "true"},
|
||||
{"RequireSharedSpaces", "false"},
|
||||
{"DumpSharedSpaces", "false"},
|
||||
{"DynamicDumpSharedSpaces", "false"},
|
||||
|
||||
// deprecated alias flags (see also aliased_jvm_flags):
|
||||
{"DefaultMaxRAMFraction", "4"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user