mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6975006: assert(check.is_deoptimized_frame()) failed: missed deopt
Reviewed-by: kvn, twisti
This commit is contained in:
parent
1d736d2851
commit
a96301c84e
5 changed files with 17 additions and 11 deletions
|
@ -782,6 +782,9 @@ void ThreadSafepointState::examine_state_of_thread() {
|
|||
|
||||
JavaThreadState state = _thread->thread_state();
|
||||
|
||||
// Save the state at the start of safepoint processing.
|
||||
_orig_thread_state = state;
|
||||
|
||||
// Check for a thread that is suspended. Note that thread resume tries
|
||||
// to grab the Threads_lock which we own here, so a thread cannot be
|
||||
// resumed during safepoint synchronization.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue