mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8303839: [BACKOUT] JDK-8302799 and JDK-8302189
Reviewed-by: dholmes
This commit is contained in:
parent
5b43804b79
commit
25de2228ac
8 changed files with 40 additions and 146 deletions
|
@ -376,9 +376,6 @@ void JavaThread::check_possible_safepoint() {
|
|||
}
|
||||
|
||||
void JavaThread::check_for_valid_safepoint_state() {
|
||||
// Don't complain if running a debugging command.
|
||||
if (DebuggingContext::is_enabled()) return;
|
||||
|
||||
// Check NoSafepointVerifier, which is implied by locks taken that can be
|
||||
// shared with the VM thread. This makes sure that no locks with allow_vm_block
|
||||
// are held.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue