changeset 30604 | b8d532cb6420 |
parent 29318 | 506962bddb02 |
child 34634 | 5b74061eb1bb |
--- a/hotspot/test/runtime/Thread/Fibonacci.java Sat May 02 18:40:37 2015 -0700 +++ b/hotspot/test/runtime/Thread/Fibonacci.java Mon May 04 16:30:07 2015 +0200 @@ -32,7 +32,7 @@ * @run main Fibonacci 15 */ -import com.oracle.java.testlibrary.Asserts; +import jdk.test.lib.Asserts; public class Fibonacci extends Thread { private int index;