We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e987c commit 21345efCopy full SHA for 21345ef
src/hotspot/share/runtime/safepoint.cpp
@@ -1192,7 +1192,7 @@ void ThreadSafepointState::handle_polling_page_exception() {
1192
if( nm->is_at_poll_return(real_return_addr) ) {
1193
// See if return type is an oop.
1194
bool return_oop = nm->method()->is_returning_oop();
1195
- HandleMark hm(self);
+ HandleMark hm(thread());
1196
Handle return_value;
1197
if (return_oop) {
1198
// The oop result has been saved on the stack together with all
0 commit comments