mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7028374: race in fix_oop_relocations for scavengeable nmethods
Reviewed-by: kvn
This commit is contained in:
parent
0317c7c485
commit
f5ef48f3b9
11 changed files with 115 additions and 13 deletions
|
@ -1313,6 +1313,8 @@ void Universe::verify(bool allow_dirty, bool silent, bool option) {
|
|||
JNIHandles::verify();
|
||||
if (!silent) gclog_or_tty->print("C-heap ");
|
||||
os::check_heap();
|
||||
if (!silent) gclog_or_tty->print("code cache ");
|
||||
CodeCache::verify_oops();
|
||||
if (!silent) gclog_or_tty->print_cr("]");
|
||||
|
||||
_verify_in_progress = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue