8217388: Remove develop flag ProfilerPCTickThreshold

Reviewed-by: shade, thartmann
This commit is contained in:
Claes Redestad 2019-01-21 09:41:35 +01:00
parent d3339d45e1
commit 99e6b5ca18

View file

@ -1670,9 +1670,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
develop(intx, DontYieldALotInterval, 10, \ develop(intx, DontYieldALotInterval, 10, \
"Interval between which yields will be dropped (milliseconds)") \ "Interval between which yields will be dropped (milliseconds)") \
\ \
develop(intx, ProfilerPCTickThreshold, 15, \
"Number of ticks in a PC buckets to be a hotspot") \
\
notproduct(intx, DeoptimizeALotInterval, 5, \ notproduct(intx, DeoptimizeALotInterval, 5, \
"Number of exits until DeoptimizeALot kicks in") \ "Number of exits until DeoptimizeALot kicks in") \
\ \