--- old/src/share/vm/oops/methodDataOop.hpp Thu Apr 28 15:53:46 2011 +++ new/src/share/vm/oops/methodDataOop.hpp Thu Apr 28 15:53:46 2011 @@ -1194,7 +1194,7 @@ // Whole-method sticky bits and flags public: enum { - _trap_hist_limit = 16, // decoupled from Deoptimization::Reason_LIMIT + _trap_hist_limit = 17, // decoupled from Deoptimization::Reason_LIMIT _trap_hist_mask = max_jubyte, _extra_data_count = 4 // extra DataLayout headers, for trap history }; // Public flag values