8144629: runtime/thread/Fibonacci.java test should ran in othervm mode
authorddmitriev
Fri, 04 Dec 2015 13:39:59 +0300
changeset 34634 5b74061eb1bb
parent 34633 2a6c7c7b30a7
child 34636 445881c8c46e
child 34641 3755a5c95984
child 34653 3c3efc6243a8
8144629: runtime/thread/Fibonacci.java test should ran in othervm mode Reviewed-by: ctornqvi
hotspot/test/runtime/Thread/Fibonacci.java
--- a/hotspot/test/runtime/Thread/Fibonacci.java	Fri Dec 04 04:06:37 2015 -0500
+++ b/hotspot/test/runtime/Thread/Fibonacci.java	Fri Dec 04 13:39:59 2015 +0300
@@ -29,7 +29,7 @@
  *     make this test inherently unstable on Windows with 32-bit VM data model.
  * @requires !(os.family == "windows" & sun.arch.data.model == "32")
  * @library /testlibrary
- * @run main Fibonacci 15
+ * @run main/othervm Fibonacci 15
  */
 
 import jdk.test.lib.Asserts;