src/share/native/common/jdk_util.c

Print this page

        

*** 99,105 **** info->special_update_version = (unsigned int) jdk_special_version; info->thread_park_blocker = 1; // Advertise presence of sun.misc.PostVMInitHook: // future optimization: detect if this is enabled. info->post_vm_init_hook_enabled = 1; ! } --- 99,105 ---- info->special_update_version = (unsigned int) jdk_special_version; info->thread_park_blocker = 1; // Advertise presence of sun.misc.PostVMInitHook: // future optimization: detect if this is enabled. info->post_vm_init_hook_enabled = 1; ! info->pending_list_uses_discovered_field = 1; }