8145544: Move sun.misc.VM to jdk.internal.misc
authorchegar
Wed, 06 Jan 2016 10:03:03 +0000
changeset 34869 42925eaf3e79
parent 34859 4379223f8806
child 34870 8319ac454c80
8145544: Move sun.misc.VM to jdk.internal.misc Reviewed-by: alanb, dholmes, mullan, weijun
hotspot/src/share/vm/prims/jvm.cpp
--- a/hotspot/src/share/vm/prims/jvm.cpp	Wed Jul 05 21:11:02 2017 +0200
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Wed Jan 06 10:03:03 2016 +0000
@@ -285,7 +285,7 @@
   return os::javaTimeNanos();
 JVM_END
 
-// The function below is actually exposed by sun.misc.VM and not
+// The function below is actually exposed by jdk.internal.misc.VM and not
 // java.lang.System, but we choose to keep it here so that it stays next
 // to JVM_CurrentTimeMillis and JVM_NanoTime