mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8214936: assert(_needs_refill == 0) failed: Forgot to handle a failed IC transition requiring IC stubs
Reviewed-by: kvn, thartmann, pliden
This commit is contained in:
parent
3981414bce
commit
0874f1945e
6 changed files with 106 additions and 12 deletions
|
@ -231,6 +231,7 @@ Thread::Thread() {
|
|||
set_active_handles(NULL);
|
||||
set_free_handle_block(NULL);
|
||||
set_last_handle_mark(NULL);
|
||||
DEBUG_ONLY(_missed_ic_stub_refill_mark = NULL);
|
||||
|
||||
// This initial value ==> never claimed.
|
||||
_oops_do_parity = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue