mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8211384: Obsolete -XX:+/-MonitorInUseLists option
Reviewed-by: mikael, rkennke, shade, dcubed
This commit is contained in:
parent
221005a3d4
commit
08b8a3149b
5 changed files with 33 additions and 102 deletions
|
@ -168,8 +168,6 @@ class ObjectSynchronizer : AllStatic {
|
|||
// count of entries in gOmInUseList
|
||||
static int gOmInUseCount;
|
||||
|
||||
// Process oops in all monitors
|
||||
static void global_oops_do(OopClosure* f);
|
||||
// Process oops in all global used monitors (i.e. moribund thread's monitors)
|
||||
static void global_used_oops_do(OopClosure* f);
|
||||
// Process oops in monitors on the given list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue