mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8306028: separate ThreadStart/ThreadEnd events posting code in JVMTI VTMS transitions
8304444: Reappearance of NULL in jvmtiThreadState.cpp Reviewed-by: pchilanomate, lmesnik
This commit is contained in:
parent
35e75c131d
commit
1227a275a1
16 changed files with 265 additions and 152 deletions
|
@ -412,6 +412,8 @@
|
|||
template(run_finalization_name, "runFinalization") \
|
||||
template(dispatchUncaughtException_name, "dispatchUncaughtException") \
|
||||
template(loadClass_name, "loadClass") \
|
||||
template(notifyJvmtiStart_name, "notifyJvmtiStart") \
|
||||
template(notifyJvmtiEnd_name, "notifyJvmtiEnd") \
|
||||
template(notifyJvmtiMount_name, "notifyJvmtiMount") \
|
||||
template(notifyJvmtiUnmount_name, "notifyJvmtiUnmount") \
|
||||
template(notifyJvmtiHideFrames_name, "notifyJvmtiHideFrames") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue