Skip to content

Commit

Permalink
Merge branch 'master' into templates_new+annos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcimadamore committed Nov 13, 2024
2 parents 2f444e8 + b80ca49 commit c589ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/library_call.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3679,7 +3679,7 @@ bool LibraryCallKit::inline_native_setCurrentThread() {
// Change the lock_id of the JavaThread
Node* tid = load_field_from_object(arr, "tid", "J");
Node* thread_id_offset = basic_plus_adr(thread, in_bytes(JavaThread::lock_id_offset()));
Node* tid_memory = store_to_memory(control(), thread_id_offset, tid, T_LONG, Compile::AliasIdxRaw, MemNode::unordered, true);
Node* tid_memory = store_to_memory(control(), thread_id_offset, tid, T_LONG, MemNode::unordered, true);

JFR_ONLY(extend_setCurrentThread(thread, arr);)
return true;
Expand Down

0 comments on commit c589ede

Please sign in to comment.