changeset 9701:9f45d3d57d69 jdk-9+101

Merge
author lana
date Thu, 07 Jan 2016 15:15:19 -0800
parents dd2b7bf1c72e (current diff) 861652d2fc80 (diff)
children b1e56c4a3024 c5550502a1f1 6f9765435e74
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.cpp	Thu Jan 07 09:33:54 2016 -0800
+++ b/src/share/vm/prims/jvm.cpp	Thu Jan 07 15:15:19 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