comparison src/share/vm/oops/methodOop.hpp @ 3586:7604c69a6301

rename com.oracle.max.graal.runtime to com.oracle.max.graal.hotspot
author Gilles Duboscq <gilles.m.duboscq@gmail.com>
date Fri, 07 Oct 2011 16:49:07 +0200
parents be4ca325525a
children 33df1aeaebbf
comparison
equal deleted inserted replaced
3585:f3e823ead645 3586:7604c69a6301
127 u2 _interpreter_throwout_count; // Count of times method was exited via exception while interpreting 127 u2 _interpreter_throwout_count; // Count of times method was exited via exception while interpreting
128 u2 _number_of_breakpoints; // fullspeed debugging support 128 u2 _number_of_breakpoints; // fullspeed debugging support
129 InvocationCounter _invocation_counter; // Incremented before each activation of the method - used to trigger frequency-based optimizations 129 InvocationCounter _invocation_counter; // Incremented before each activation of the method - used to trigger frequency-based optimizations
130 InvocationCounter _backedge_counter; // Incremented before each backedge taken - used to trigger frequencey-based optimizations 130 InvocationCounter _backedge_counter; // Incremented before each backedge taken - used to trigger frequencey-based optimizations
131 131
132 // com/oracle/max/graal/runtime/HotSpotMethodResolved mirroring this method 132 // com/oracle/max/graal/hotspot/HotSpotMethodResolved mirroring this method
133 oop _graal_mirror; 133 oop _graal_mirror;
134 #ifdef TIERED 134 #ifdef TIERED
135 jlong _prev_time; // Previous time the rate was acquired 135 jlong _prev_time; // Previous time the rate was acquired
136 float _rate; // Events (invocation and backedge counter increments) per millisecond 136 float _rate; // Events (invocation and backedge counter increments) per millisecond
137 #endif 137 #endif