8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
authorchegar
Sat, 09 Apr 2016 20:11:51 +0100
changeset 36965 3b5edcd35ae8
parent 36964 0627478c1504
child 36966 4209c9e19c45
8153498: Update the PostVMInitHook mechanism to use an internal package in the base module Reviewed-by: alanb, mchung
jdk/src/java.base/share/native/libjava/jdk_util.c
--- a/jdk/src/java.base/share/native/libjava/jdk_util.c	Fri Apr 08 09:36:11 2016 -0700
+++ b/jdk/src/java.base/share/native/libjava/jdk_util.c	Sat Apr 09 20:11:51 2016 +0100
@@ -47,7 +47,7 @@
                         (version_build & 0xFF);
     info->patch_version = version_patch;
     info->thread_park_blocker = 1;
-    // Advertise presence of sun.misc.PostVMInitHook:
+    // Advertise presence of PostVMInitHook:
     // future optimization: detect if this is enabled.
     info->post_vm_init_hook_enabled = 1;
     info->pending_list_uses_discovered_field = 1;