8210848: Obsolete SyncKnobs

Reviewed-by: redestad, coleenp, dholmes, dcubed
This commit is contained in:
Mikael Vidstedt 2018-09-24 22:12:07 -07:00
parent 3edf95fc44
commit 25295df059
9 changed files with 91 additions and 532 deletions

View file

@ -827,9 +827,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"Use LWP-based instead of libthread-based synchronization " \
"(SPARC only)") \
\
experimental(ccstr, SyncKnobs, NULL, \
"(Unstable) Various monitor synchronization tunables") \
\
product(intx, MonitorBound, 0, "Bound Monitor population") \
range(0, max_jint) \
\