From 343aae742fb92e1f0802077e7a58eea3d1775ae9 Mon Sep 17 00:00:00 2001 From: Dmitry Dmitriev Date: Fri, 4 Dec 2015 13:39:59 +0300 Subject: [PATCH] 8144629: runtime/thread/Fibonacci.java test should ran in othervm mode Reviewed-by: ctornqvi --- hotspot/test/runtime/Thread/Fibonacci.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/test/runtime/Thread/Fibonacci.java b/hotspot/test/runtime/Thread/Fibonacci.java index 18c58fc9de0..c8bbed1f980 100644 --- a/hotspot/test/runtime/Thread/Fibonacci.java +++ b/hotspot/test/runtime/Thread/Fibonacci.java @@ -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;