mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8210848: Obsolete SyncKnobs
Reviewed-by: redestad, coleenp, dholmes, dcubed
This commit is contained in:
parent
3edf95fc44
commit
25295df059
9 changed files with 91 additions and 532 deletions
|
@ -105,7 +105,6 @@ class ObjectSynchronizer : AllStatic {
|
|||
static void reenter (Handle obj, intptr_t recursion, TRAPS);
|
||||
|
||||
// thread-specific and global objectMonitor free list accessors
|
||||
static void verifyInUse(Thread * Self);
|
||||
static ObjectMonitor * omAlloc(Thread * Self);
|
||||
static void omRelease(Thread * Self, ObjectMonitor * m,
|
||||
bool FromPerThreadAlloc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue