mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-10 16:03:16 +00:00
8153498: Update the PostVMInitHook mechanism to use an internal package in the base module
Reviewed-by: alanb, mchung
This commit is contained in:
parent
1da051c21c
commit
ec2d388659
@ -47,7 +47,7 @@ JDK_GetVersionInfo0(jdk_version_info* info, size_t info_size) {
|
||||
(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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user