src/share/vm/oops/method.hpp

changeset 4509
44c5fcd9cb25
parent 4406
18c3c3fa291b
child 4510
1eae78177059
     1.1 --- a/src/share/vm/oops/method.hpp	Thu Jan 24 23:30:45 2013 -0800
     1.2 +++ b/src/share/vm/oops/method.hpp	Thu Jan 24 10:57:38 2013 -0800
     1.3 @@ -127,8 +127,8 @@
     1.4    InvocationCounter _backedge_counter;           // Incremented before each backedge taken - used to trigger frequencey-based optimizations
     1.5  
     1.6  #ifdef TIERED
     1.7 +  float             _rate;                        // Events (invocation and backedge counter increments) per millisecond
     1.8    jlong             _prev_time;                   // Previous time the rate was acquired
     1.9 -  float             _rate;                        // Events (invocation and backedge counter increments) per millisecond
    1.10  #endif
    1.11  
    1.12  #ifndef PRODUCT

mercurial