Skip to content

Commit

Permalink
8345726: Update mx in RunTestPrebuiltSpec to reflect change in JDK-83…
Browse files Browse the repository at this point in the history
…45302

Reviewed-by: ihse
  • Loading branch information
erikj79 committed Dec 9, 2024
1 parent e821d59 commit 166c127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/RunTestsPrebuiltSpec.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ TEST_JOBS ?= 0

# Use hard-coded values for java flags (one size, fits all!)
JAVA_FLAGS := -Duser.language=en -Duser.country=US
JAVA_FLAGS_BIG := -Xms64M -Xmx1600M
JAVA_FLAGS_BIG := -Xms64M -Xmx2048M
JAVA_FLAGS_SMALL := -XX:+UseSerialGC -Xms32M -Xmx512M -XX:TieredStopAtLevel=1
BUILDJDK_JAVA_FLAGS_SMALL := -Xms32M -Xmx512M -XX:TieredStopAtLevel=1
BUILD_JAVA_FLAGS := $(JAVA_FLAGS_BIG)
Expand Down

0 comments on commit 166c127

Please sign in to comment.