8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
Reviewed-by: alanb, mchung
--- 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;