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