Skip to content

Commit b685ea5

Browse files
committed
8357511: [BACKOUT] 8357048: RunTest variables should always be assigned
Reviewed-by: dholmes, erikj
1 parent 07871cd commit b685ea5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎make/RunTests.gmk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,6 @@ define SetMicroValue
583583
else
584584
ifneq ($3, )
585585
$1_$2 := $3
586-
else
587-
$1_$2 :=
588586
endif
589587
endif
590588
endef
@@ -711,8 +709,6 @@ define SetJtregValue
711709
else
712710
ifneq ($3, )
713711
$1_$2 := $3
714-
else
715-
$1_$2 :=
716712
endif
717713
endif
718714
endif
@@ -873,7 +869,7 @@ define SetupRunJtregTestBody
873869
# version of the JDK.
874870
$1_JTREG_BASIC_OPTIONS += -$$($1_JTREG_TEST_MODE) \
875871
-verbose:$$(JTREG_VERBOSE) -retain:$$(JTREG_RETAIN) \
876-
-concurrency:$$($1_JTREG_JOBS) \
872+
-concurrency:$$($1_JTREG_JOBS) -timeoutFactor:$$(JTREG_TIMEOUT_FACTOR) \
877873
-vmoption:-XX:MaxRAMPercentage=$$($1_JTREG_MAX_RAM_PERCENTAGE) \
878874
-vmoption:-Dtest.boot.jdk="$$(BOOT_JDK)" \
879875
-vmoption:-Djava.io.tmpdir="$$($1_TEST_TMP_DIR)"
@@ -998,7 +994,6 @@ define SetupRunJtregTestBody
998994
endif
999995

1000996
JTREG_TIMEOUT_FACTOR ?= $$(JTREG_AUTO_TIMEOUT_FACTOR)
1001-
$1_JTREG_BASIC_OPTIONS += -timeoutFactor:$$(JTREG_TIMEOUT_FACTOR)
1002997

1003998
clean-outputdirs-$1:
1004999
$$(call LogWarn, Clean up dirs for $1)

0 commit comments

Comments
 (0)