We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2221f37 commit 1e99800Copy full SHA for 1e99800
make/RunTests.gmk
@@ -641,7 +641,7 @@ define SetupRunJtregTestBody
641
642
# Make sure MaxRAMPercentage is high enough to not cause OOM or swapping since
643
# we may end up with a lot of JVM's
644
- $1_JTREG_MAX_RAM_PERCENTAGE := $$(shell $$(EXPR) 25 / $$($1_JTREG_JOBS))
+ $1_JTREG_MAX_RAM_PERCENTAGE := $$(shell $(AWK) 'BEGIN { print 25 / $$($1_JTREG_JOBS); }')
645
646
# SPARC is in general slower per core so need to scale up timeouts a bit.
647
ifeq ($(OPENJDK_TARGET_CPU_ARCH), sparc)
0 commit comments