Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 27d0a70

Browse files
committedSep 25, 2020
8253633: Remove unimplemented TieredThresholdPolicy::set_carry_if_neccessary
Reviewed-by: thartmann
1 parent e12d94a commit 27d0a70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/hotspot/share/compiler/tieredThresholdPolicy.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ class TieredThresholdPolicy : public CompilationPolicy {
166166
jlong _start_time;
167167
int _c1_count, _c2_count;
168168

169-
// Check if the counter is big enough and set carry (effectively infinity).
170-
inline void set_carry_if_necessary(InvocationCounter *counter);
171169
// Set carry flags in the counters (in Method* and MDO).
172170
inline void handle_counter_overflow(Method* method);
173171
// Verify that a level is consistent with the compilation mode

0 commit comments

Comments
 (0)
This repository has been archived.