Skip to content

Commit

Permalink
8277404: Test VMDeprecatedOptions.java failing with Unable to create …
Browse files Browse the repository at this point in the history
…shared archive file

Reviewed-by: dcubed
  • Loading branch information
Harold Seigel committed Nov 18, 2021
1 parent 57eb864 commit 36bd4a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/hotspot/jtreg/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

1 comment on commit 36bd4a3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.