mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8264800: cleanup Threads_lock comments in JVM/TI function headers
Reviewed-by: coleenp, rehn, dholmes, sspitsyn
This commit is contained in:
parent
b17b11eb17
commit
40e4171f56
3 changed files with 39 additions and 91 deletions
|
@ -1364,8 +1364,7 @@ JvmtiEnvBase::check_top_frame(Thread* current_thread, JavaThread* java_thread,
|
|||
// The ForceEarlyReturn forces return from method so the execution
|
||||
// continues at the bytecode following the method call.
|
||||
|
||||
// Threads_lock NOT held, java_thread not protected by lock
|
||||
// java_thread - pre-checked
|
||||
// java_thread - protected by ThreadsListHandle and pre-checked
|
||||
|
||||
jvmtiError
|
||||
JvmtiEnvBase::force_early_return(JavaThread* java_thread, jvalue value, TosState tos) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue