comparison src/share/vm/oops/methodOop.hpp @ 5062:5e9f38419819

Adjust C++ part according to the renaming.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:24:41 +0100
parents 33df1aeaebbf
children af59b4dfc9e4
comparison
equal deleted inserted replaced
5061:e808627bd16f 5062:5e9f38419819
129 u2 _interpreter_throwout_count; // Count of times method was exited via exception while interpreting 129 u2 _interpreter_throwout_count; // Count of times method was exited via exception while interpreting
130 u2 _number_of_breakpoints; // fullspeed debugging support 130 u2 _number_of_breakpoints; // fullspeed debugging support
131 InvocationCounter _invocation_counter; // Incremented before each activation of the method - used to trigger frequency-based optimizations 131 InvocationCounter _invocation_counter; // Incremented before each activation of the method - used to trigger frequency-based optimizations
132 InvocationCounter _backedge_counter; // Incremented before each backedge taken - used to trigger frequencey-based optimizations 132 InvocationCounter _backedge_counter; // Incremented before each backedge taken - used to trigger frequencey-based optimizations
133 133
134 // com/oracle/max/graal/hotspot/HotSpotMethodResolved mirroring this method 134 // com/oracle/graal/hotspot/HotSpotMethodResolved mirroring this method
135 oop _graal_mirror; 135 oop _graal_mirror;
136 #ifdef TIERED 136 #ifdef TIERED
137 jlong _prev_time; // Previous time the rate was acquired 137 jlong _prev_time; // Previous time the rate was acquired
138 float _rate; // Events (invocation and backedge counter increments) per millisecond 138 float _rate; // Events (invocation and backedge counter increments) per millisecond
139 #endif 139 #endif