mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8144629: runtime/thread/Fibonacci.java test should ran in othervm mode
Reviewed-by: ctornqvi
This commit is contained in:
parent
6e0ea9d21c
commit
343aae742f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
* make this test inherently unstable on Windows with 32-bit VM data model.
|
* make this test inherently unstable on Windows with 32-bit VM data model.
|
||||||
* @requires !(os.family == "windows" & sun.arch.data.model == "32")
|
* @requires !(os.family == "windows" & sun.arch.data.model == "32")
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
* @run main Fibonacci 15
|
* @run main/othervm Fibonacci 15
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import jdk.test.lib.Asserts;
|
import jdk.test.lib.Asserts;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue