Skip to content

Commit 2cabb98

Browse files
committedMar 21, 2022
Merge remote-tracking branch 'origin/fibers' into fibers
2 parents ed5ed75 + 6c224b3 commit 2cabb98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/hotspot/share/prims/jvmtiThreadState.inline.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ void JvmtiThreadState::set_head_env_thread_state(JvmtiEnvThreadState* ets) {
7272
_head_env_thread_state = ets;
7373
}
7474

75+
PRAGMA_DIAG_PUSH
76+
PRAGMA_NONNULL_IGNORED
7577
inline JvmtiThreadState* JvmtiThreadState::state_for_while_locked(JavaThread *thread, oop thread_oop) {
7678
assert(JvmtiThreadState_lock->is_locked(), "sanity check");
7779
assert(thread != NULL || thread_oop != NULL, "sanity check");
@@ -100,6 +102,7 @@ inline JvmtiThreadState* JvmtiThreadState::state_for_while_locked(JavaThread *th
100102
}
101103
return state;
102104
}
105+
PRAGMA_DIAG_POP
103106

104107
inline JvmtiThreadState* JvmtiThreadState::state_for(JavaThread *thread, Handle thread_handle) {
105108
// in a case of unmounted virtual thread the thread can be NULL

0 commit comments

Comments
 (0)
Please sign in to comment.