hotspot/src/share/vm/opto/parse.hpp
changeset 24442 4d4ae31dea26
parent 23491 f690330b10b9
child 24946 24b68ccf3fc4
--- a/hotspot/src/share/vm/opto/parse.hpp	Tue May 13 11:25:17 2014 +0200
+++ b/hotspot/src/share/vm/opto/parse.hpp	Tue May 13 11:32:10 2014 -0700
@@ -581,6 +581,7 @@
   void    jump_switch_ranges(Node* a, SwitchRange* lo, SwitchRange* hi, int depth = 0);
   bool    create_jump_tables(Node* a, SwitchRange* lo, SwitchRange* hi);
 
+  void decrement_age();
   // helper functions for methodData style profiling
   void test_counter_against_threshold(Node* cnt, int limit);
   void increment_and_test_invocation_counter(int limit);