File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -583,8 +583,6 @@ define SetMicroValue
583
583
else
584
584
ifneq ($3, )
585
585
$1_$2 := $3
586
- else
587
- $1_$2 :=
588
586
endif
589
587
endif
590
588
endef
@@ -711,8 +709,6 @@ define SetJtregValue
711
709
else
712
710
ifneq ($3, )
713
711
$1_$2 := $3
714
- else
715
- $1_$2 :=
716
712
endif
717
713
endif
718
714
endif
@@ -873,7 +869,7 @@ define SetupRunJtregTestBody
873
869
# version of the JDK.
874
870
$1_JTREG_BASIC_OPTIONS += -$$($1_JTREG_TEST_MODE) \
875
871
-verbose:$$(JTREG_VERBOSE) -retain:$$(JTREG_RETAIN) \
876
- -concurrency:$$($1_JTREG_JOBS) \
872
+ -concurrency:$$($1_JTREG_JOBS) -timeoutFactor:$$(JTREG_TIMEOUT_FACTOR) \
877
873
-vmoption:-XX:MaxRAMPercentage=$$($1_JTREG_MAX_RAM_PERCENTAGE) \
878
874
-vmoption:-Dtest.boot.jdk="$$(BOOT_JDK)" \
879
875
-vmoption:-Djava.io.tmpdir="$$($1_TEST_TMP_DIR)"
@@ -998,7 +994,6 @@ define SetupRunJtregTestBody
998
994
endif
999
995
1000
996
JTREG_TIMEOUT_FACTOR ?= $$(JTREG_AUTO_TIMEOUT_FACTOR)
1001
- $1_JTREG_BASIC_OPTIONS += -timeoutFactor:$$(JTREG_TIMEOUT_FACTOR)
1002
997
1003
998
clean-outputdirs-$1:
1004
999
$$(call LogWarn, Clean up dirs for $1)
You can’t perform that action at this time.
0 commit comments