From e749f75de015fd9ef47f7a962f232e2ea677aba5 Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Wed, 19 May 2021 12:59:03 +0000 Subject: [PATCH] 8267304: Bump global JTReg memory limit to 768m Reviewed-by: lmesnik, iignatyev --- make/RunTests.gmk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/make/RunTests.gmk b/make/RunTests.gmk index fbd5c35bb22..f1da577de6a 100644 --- a/make/RunTests.gmk +++ b/make/RunTests.gmk @@ -258,8 +258,6 @@ langtools_JTREG_PROBLEM_LIST += $(TOPDIR)/test/langtools/ProblemList.txt hotspot_JTREG_PROBLEM_LIST += $(TOPDIR)/test/hotspot/jtreg/ProblemList.txt lib-test_JTREG_PROBLEM_LIST += $(TOPDIR)/test/lib-test/ProblemList.txt -langtools_JTREG_MAX_MEM := 768m - ################################################################################ # Parse test selection # @@ -722,7 +720,7 @@ define SetupRunJtregTestBody # Convert JTREG_foo into $1_JTREG_foo with a suitable value. $$(eval $$(call SetJtregValue,$1,JTREG_TEST_MODE,agentvm)) $$(eval $$(call SetJtregValue,$1,JTREG_ASSERT,true)) - $$(eval $$(call SetJtregValue,$1,JTREG_MAX_MEM,512m)) + $$(eval $$(call SetJtregValue,$1,JTREG_MAX_MEM,768m)) $$(eval $$(call SetJtregValue,$1,JTREG_NATIVEPATH)) $$(eval $$(call SetJtregValue,$1,JTREG_BASIC_OPTIONS)) $$(eval $$(call SetJtregValue,$1,JTREG_PROBLEM_LIST))