mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -195,11 +195,6 @@ class ObjectMonitor {
|
|||
static PerfCounter * _sync_Deflations;
|
||||
static PerfLongVariable * _sync_MonExtant;
|
||||
|
||||
static int Knob_ExitRelease;
|
||||
static int Knob_InlineNotify;
|
||||
static int Knob_Verbose;
|
||||
static int Knob_VerifyInUse;
|
||||
static int Knob_VerifyMatch;
|
||||
static int Knob_SpinLimit;
|
||||
|
||||
void* operator new (size_t size) throw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue