Skip to content

Commit 77a5421

Browse files
rm-gh-8Paul Hohensee
authored andcommitted
8367135: Test compiler/loopstripmining/CheckLoopStripMining.java needs internal timeouts adjusted
Backport-of: 0632617
1 parent 860d68f commit 77a5421

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/hotspot/jtreg/compiler/loopstripmining/CheckLoopStripMining.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public static void main(String args[]) throws Exception {
4242
"-XX:+SafepointTimeout",
4343
"-XX:+SafepointALot",
4444
"-XX:+AbortVMOnSafepointTimeout",
45-
"-XX:SafepointTimeoutDelay=" + Utils.adjustTimeout(300),
46-
"-XX:GuaranteedSafepointInterval=" + Utils.adjustTimeout(300),
45+
"-XX:SafepointTimeoutDelay=" + Utils.adjustTimeout(1200),
46+
"-XX:GuaranteedSafepointInterval=" + Utils.adjustTimeout(1200),
4747
"-XX:-TieredCompilation",
4848
"-XX:+UseCountedLoopSafepoints",
4949
"-XX:LoopStripMiningIter=1000",
@@ -58,8 +58,8 @@ public static void main(String args[]) throws Exception {
5858
"-XX:+SafepointTimeout",
5959
"-XX:+SafepointALot",
6060
"-XX:+AbortVMOnSafepointTimeout",
61-
"-XX:SafepointTimeoutDelay=" + Utils.adjustTimeout(300),
62-
"-XX:GuaranteedSafepointInterval=" + Utils.adjustTimeout(300),
61+
"-XX:SafepointTimeoutDelay=" + Utils.adjustTimeout(1200),
62+
"-XX:GuaranteedSafepointInterval=" + Utils.adjustTimeout(1200),
6363
"-XX:-TieredCompilation",
6464
"-XX:+UseCountedLoopSafepoints",
6565
"-XX:LoopStripMiningIter=1000",

0 commit comments

Comments
 (0)