mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8078554: Compiler: implement ranges (optionally constraints) for those flags that have them missing
Add range check or constraint where necessary. Reviewed-by: roland, thartmann
This commit is contained in:
parent
7ca0abe7ee
commit
fc2a5e9d53
14 changed files with 496 additions and 37 deletions
|
@ -42,7 +42,7 @@ class MethodCounters: public MetaspaceObj {
|
|||
// The counter is reset by the sweeper and is decremented by some of the compiled
|
||||
// code. The counter values are interpreted as follows:
|
||||
// 1. (HotMethodDetection..INT_MAX] - initial value, no counters inserted
|
||||
// 2. (1..HotMethodDetectionLimit) - the method is warm, the counter is used
|
||||
// 2. [1..HotMethodDetectionLimit) - the method is warm, the counter is used
|
||||
// to figure out which methods can be flushed.
|
||||
// 3. (INT_MIN..0] - method is hot and will deopt and get
|
||||
// recompiled without the counters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue