mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 02:30:06 +00:00
8253633: Remove unimplemented TieredThresholdPolicy::set_carry_if_neccessary
Reviewed-by: thartmann
This commit is contained in:
parent
e12d94af0b
commit
27d0a70b34
@ -166,8 +166,6 @@ class TieredThresholdPolicy : public CompilationPolicy {
|
||||
jlong _start_time;
|
||||
int _c1_count, _c2_count;
|
||||
|
||||
// Check if the counter is big enough and set carry (effectively infinity).
|
||||
inline void set_carry_if_necessary(InvocationCounter *counter);
|
||||
// Set carry flags in the counters (in Method* and MDO).
|
||||
inline void handle_counter_overflow(Method* method);
|
||||
// Verify that a level is consistent with the compilation mode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user