mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
5103339: Strengthen NoSafepointVerifier
Add NSV check at possible safepoint transition or places that could take out locks. Consolidate with clearing unhandled oops. Reviewed-by: dholmes, rehn
This commit is contained in:
parent
af89550878
commit
d1ca6221a4
16 changed files with 50 additions and 51 deletions
|
@ -2268,7 +2268,6 @@ void nmethod::verify_interrupt_point(address call_site) {
|
|||
if (!is_not_installed()) {
|
||||
if (CompiledICLocker::is_safe(this)) {
|
||||
CompiledIC_at(this, call_site);
|
||||
CHECK_UNHANDLED_OOPS_ONLY(Thread::current()->clear_unhandled_oops());
|
||||
} else {
|
||||
CompiledICLocker ml_verify(this);
|
||||
CompiledIC_at(this, call_site);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue