mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8140584: nmethod::oops_do_marking_epilogue always runs verification code
Reviewed-by: tschatzl, kvn
This commit is contained in:
parent
2e45726df1
commit
eddb003fc7
6 changed files with 15 additions and 15 deletions
|
@ -2315,7 +2315,7 @@ void nmethod::oops_do_marking_epilogue() {
|
|||
assert(cur != NULL, "not NULL-terminated");
|
||||
nmethod* next = cur->_oops_do_mark_link;
|
||||
cur->_oops_do_mark_link = NULL;
|
||||
cur->verify_oop_relocations();
|
||||
DEBUG_ONLY(cur->verify_oop_relocations());
|
||||
NOT_PRODUCT(if (TraceScavenge) cur->print_on(tty, "oops_do, unmark"));
|
||||
cur = next;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue