Skip to content

Commit 21345ef

Browse files
committed
8269847: JDK-8269594 backport breaks 11u builds
Reviewed-by: clanger
1 parent 73e987c commit 21345ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/runtime/safepoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ void ThreadSafepointState::handle_polling_page_exception() {
11921192
if( nm->is_at_poll_return(real_return_addr) ) {
11931193
// See if return type is an oop.
11941194
bool return_oop = nm->method()->is_returning_oop();
1195-
HandleMark hm(self);
1195+
HandleMark hm(thread());
11961196
Handle return_value;
11971197
if (return_oop) {
11981198
// The oop result has been saved on the stack together with all

0 commit comments

Comments
 (0)