hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java
changeset 30604 b8d532cb6420
parent 28728 0b2795366c28
child 40059 c2304140ed64
--- a/hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java	Sat May 02 18:40:37 2015 -0700
+++ b/hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java	Mon May 04 16:30:07 2015 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -22,8 +22,8 @@
  *
  */
 
-import com.oracle.java.testlibrary.TimeLimitedRunner;
-import com.oracle.java.testlibrary.Utils;
+import jdk.test.lib.TimeLimitedRunner;
+import jdk.test.lib.Utils;
 
 public class CodeCacheStressRunner {
     private final Runnable action;