File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -258,8 +258,6 @@ langtools_JTREG_PROBLEM_LIST += $(TOPDIR)/test/langtools/ProblemList.txt
258258hotspot_JTREG_PROBLEM_LIST += $(TOPDIR)/test/hotspot/jtreg/ProblemList.txt
259259lib-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))
You can’t perform that action at this time.
0 commit comments