Skip to content

Commit e749f75

Browse files
committed
8267304: Bump global JTReg memory limit to 768m
Reviewed-by: lmesnik, iignatyev
1 parent e858dd6 commit e749f75

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

make/RunTests.gmk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ langtools_JTREG_PROBLEM_LIST += $(TOPDIR)/test/langtools/ProblemList.txt
258258
hotspot_JTREG_PROBLEM_LIST += $(TOPDIR)/test/hotspot/jtreg/ProblemList.txt
259259
lib-test_JTREG_PROBLEM_LIST += $(TOPDIR)/test/lib-test/ProblemList.txt
260260

261-
langtools_JTREG_MAX_MEM := 768m
262-
263261
################################################################################
264262
# Parse test selection
265263
#
@@ -722,7 +720,7 @@ define SetupRunJtregTestBody
722720
# Convert JTREG_foo into $1_JTREG_foo with a suitable value.
723721
$$(eval $$(call SetJtregValue,$1,JTREG_TEST_MODE,agentvm))
724722
$$(eval $$(call SetJtregValue,$1,JTREG_ASSERT,true))
725-
$$(eval $$(call SetJtregValue,$1,JTREG_MAX_MEM,512m))
723+
$$(eval $$(call SetJtregValue,$1,JTREG_MAX_MEM,768m))
726724
$$(eval $$(call SetJtregValue,$1,JTREG_NATIVEPATH))
727725
$$(eval $$(call SetJtregValue,$1,JTREG_BASIC_OPTIONS))
728726
$$(eval $$(call SetJtregValue,$1,JTREG_PROBLEM_LIST))

0 commit comments

Comments
 (0)