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
|
@ -145,7 +145,6 @@ class ObjectSynchronizer : AllStatic {
|
|||
ObjectMonitor** free_head_p,
|
||||
ObjectMonitor** free_tail_p);
|
||||
static bool is_cleanup_needed();
|
||||
static bool needs_monitor_scavenge();
|
||||
static void oops_do(OopClosure* f);
|
||||
// Process oops in thread local used monitors
|
||||
static void thread_local_used_oops_do(Thread* thread, OopClosure* f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue