Skip to content

Commit b80ca49

Browse files
8344124: JDK-8341411 Broke the build
Reviewed-by: thartmann, chagedorn, epeter, jwaters
1 parent a08d67c commit b80ca49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/opto/library_call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3679,7 +3679,7 @@ bool LibraryCallKit::inline_native_setCurrentThread() {
36793679
// Change the lock_id of the JavaThread
36803680
Node* tid = load_field_from_object(arr, "tid", "J");
36813681
Node* thread_id_offset = basic_plus_adr(thread, in_bytes(JavaThread::lock_id_offset()));
3682-
Node* tid_memory = store_to_memory(control(), thread_id_offset, tid, T_LONG, Compile::AliasIdxRaw, MemNode::unordered, true);
3682+
Node* tid_memory = store_to_memory(control(), thread_id_offset, tid, T_LONG, MemNode::unordered, true);
36833683

36843684
JFR_ONLY(extend_setCurrentThread(thread, arr);)
36853685
return true;

0 commit comments

Comments
 (0)