hotspot/src/share/vm/prims/jvm.cpp
changeset 35233 357bf863e7c1
parent 35219 b9ef87beb87c
parent 34869 42925eaf3e79
child 35565 ba5fe4d701e4
--- a/hotspot/src/share/vm/prims/jvm.cpp	Thu Jan 07 21:10:28 2016 +0000
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Tue Jan 12 11:31:47 2016 -0800
@@ -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