mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
Merge
This commit is contained in:
commit
ec074011a4
22 changed files with 81 additions and 69 deletions
|
@ -2281,7 +2281,8 @@ void JavaThread::remove_monitor_chunk(MonitorChunk* chunk) {
|
|||
// _thread_in_native_trans state (such as from
|
||||
// check_special_condition_for_native_trans()).
|
||||
void JavaThread::check_and_handle_async_exceptions(bool check_unsafe_error) {
|
||||
|
||||
// May be we are at method entry and requires to save do not unlock flag.
|
||||
UnlockFlagSaver fs(this);
|
||||
if (has_last_Java_frame() && has_async_condition()) {
|
||||
// If we are at a polling page safepoint (not a poll return)
|
||||
// then we must defer async exception because live registers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue