Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 611fda6

Browse files
committedMay 6, 2020
8244497: [TESTBUG] Incompatible types conversion error in vmTestbase/vm/runtime/defmeth/StressTest.java after JDK-8243432
Reviewed-by: dholmes
1 parent 98d4101 commit 611fda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/StressTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class StressTest implements Runnable {
5555
private StressOptions opts = new StressOptions();
5656

5757
@Option(name="seed", default_value="0", description="force deterministic behavior")
58-
private int seed;
58+
private long seed;
5959

6060
@Option(name="redefine", default_value="false", description="use scenarios w/ class redefinition")
6161
private boolean doRedefine;

0 commit comments

Comments
 (0)