hotspot/src/share/vm/prims/jvm.cpp
changeset 35565 ba5fe4d701e4
parent 35554 c9184290875c
parent 35233 357bf863e7c1
child 37064 5c82fa70d313
child 37078 dc9ee85e80d3
child 36508 5f9eee6b383b
--- a/hotspot/src/share/vm/prims/jvm.cpp	Thu Jan 14 14:34:36 2016 +0100
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Fri Jan 15 09:15:33 2016 +0100
@@ -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