Skip to content

Commit 36bd4a3

Browse files
author
Harold Seigel
committed
8277404: Test VMDeprecatedOptions.java failing with Unable to create shared archive file
Reviewed-by: dcubed
1 parent 57eb864 commit 36bd4a3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

test/hotspot/jtreg/ProblemList.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64
106106
runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64
107107
runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64
108108
runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java 8277350 macosx-x64
109-
runtime/CommandLine/VMDeprecatedOptions.java 8277404 windows-x64
110109

111110
applications/jcstress/copy.java 8229852 linux-all
112111

test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public class VMDeprecatedOptions {
4848
{"TLABStats", "false"},
4949
{"AllowRedefinitionToAddDeleteMethods", "true"},
5050
{"UseSharedSpaces", "false"},
51-
{"RequireSharedSpaces", "true"},
52-
{"DumpSharedSpaces", "true"},
53-
{"DynamicDumpSharedSpaces", "true"},
51+
{"RequireSharedSpaces", "false"},
52+
{"DumpSharedSpaces", "false"},
53+
{"DynamicDumpSharedSpaces", "false"},
5454

5555
// deprecated alias flags (see also aliased_jvm_flags):
5656
{"DefaultMaxRAMFraction", "4"},

0 commit comments

Comments
 (0)