--- a/hotspot/src/share/vm/runtime/thread.cpp Thu Apr 07 11:04:36 2016 -0700
+++ b/hotspot/src/share/vm/runtime/thread.cpp Sat Apr 09 23:03:25 2016 +0100
@@ -1051,7 +1051,7 @@
// General purpose hook into Java code, run once when the VM is initialized.
// The Java library method itself may be changed independently from the VM.
static void call_postVMInitHook(TRAPS) {
- Klass* k = SystemDictionary::resolve_or_null(vmSymbols::sun_misc_PostVMInitHook(), THREAD);
+ Klass* k = SystemDictionary::resolve_or_null(vmSymbols::jdk_internal_vm_PostVMInitHook(), THREAD);
instanceKlassHandle klass (THREAD, k);
if (klass.not_null()) {
JavaValue result(T_VOID);