hotspot/src/share/vm/oops/method.hpp
changeset 15449 262003a04c6f
parent 15110 b09370d81054
child 15450 3321aba7b8af
--- a/hotspot/src/share/vm/oops/method.hpp	Thu Jan 24 23:30:45 2013 -0800
+++ b/hotspot/src/share/vm/oops/method.hpp	Thu Jan 24 10:57:38 2013 -0800
@@ -127,8 +127,8 @@
   InvocationCounter _backedge_counter;           // Incremented before each backedge taken - used to trigger frequencey-based optimizations
 
 #ifdef TIERED
+  float             _rate;                        // Events (invocation and backedge counter increments) per millisecond
   jlong             _prev_time;                   // Previous time the rate was acquired
-  float             _rate;                        // Events (invocation and backedge counter increments) per millisecond
 #endif
 
 #ifndef PRODUCT