Skip to content

Commit

Permalink
8253633: Remove unimplemented TieredThresholdPolicy::set_carry_if_nec…
Browse files Browse the repository at this point in the history
…cessary

Reviewed-by: thartmann
  • Loading branch information
shipilev committed Sep 25, 2020
1 parent e12d94a commit 27d0a70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/compiler/tieredThresholdPolicy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 27d0a70

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 27d0a70 Sep 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.