mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8230940: Obsolete MonitorBound
Obsolete MonitorBound option and delete associated code. Reviewed-by: kbarrett, dholmes, redestad
This commit is contained in:
parent
765a5b858b
commit
57fbf93ef9
9 changed files with 5 additions and 87 deletions
|
@ -499,10 +499,6 @@ bool SafepointSynchronize::is_cleanup_needed() {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool SafepointSynchronize::is_forced_cleanup_needed() {
|
||||
return ObjectSynchronizer::needs_monitor_scavenge();
|
||||
}
|
||||
|
||||
class ParallelSPCleanupThreadClosure : public ThreadClosure {
|
||||
private:
|
||||
CodeBlobClosure* _nmethod_cl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue