diff -r 76aed99c0ddd -r 357bf863e7c1 hotspot/src/share/vm/prims/jvm.cpp --- 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