< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.common/src/jdk/vm/ci/common/InitTimer.java

Print this page

        

@@ -18,11 +18,11 @@
  *
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
-package jdk.vm.ci.inittimer;
+package jdk.vm.ci.common;
 
 import java.util.concurrent.atomic.AtomicInteger;
 
 /**
  * A facility for timing a step in the runtime initialization sequence. This is independent from all
< prev index next >