mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8145544: Move sun.misc.VM to jdk.internal.misc
Reviewed-by: alanb, dholmes, mullan, weijun
This commit is contained in:
parent
9fcb6958fa
commit
2d19a4c550
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ JVM_LEAF(jlong, JVM_NanoTime(JNIEnv *env, jclass ignored))
|
||||||
return os::javaTimeNanos();
|
return os::javaTimeNanos();
|
||||||
JVM_END
|
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
|
// java.lang.System, but we choose to keep it here so that it stays next
|
||||||
// to JVM_CurrentTimeMillis and JVM_NanoTime
|
// to JVM_CurrentTimeMillis and JVM_NanoTime
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue