8144629: runtime/thread/Fibonacci.java test should ran in othervm mode
Reviewed-by: ctornqvi
--- 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;