8215500: ICRefillVerifierMark does not set the provided verfier as current

Reviewed-by: pliden, thartmann
This commit is contained in:
Erik Österlund 2018-12-20 10:41:45 +01:00
parent 205598c97f
commit 1cc5cf4c02
3 changed files with 14 additions and 13 deletions

View file

@ -231,7 +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);
DEBUG_ONLY(_missed_ic_stub_refill_verifier = NULL);
// This initial value ==> never claimed.
_oops_do_parity = 0;