src/share/vm/oops/methodData.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/oops/methodData.hpp	Thu Feb 19 16:21:11 2015
--- new/src/share/vm/oops/methodData.hpp	Thu Feb 19 16:21:10 2015

*** 2054,2064 **** --- 2054,2064 ---- bool is_methodData() const volatile { return true; } // Whole-method sticky bits and flags enum { ! _trap_hist_limit = 21, // decoupled from Deoptimization::Reason_LIMIT ! _trap_hist_limit = 22, // decoupled from Deoptimization::Reason_LIMIT _trap_hist_mask = max_jubyte, _extra_data_count = 4 // extra DataLayout headers, for trap history }; // Public flag values private: uint _nof_decompiles; // count of all nmethod removals

src/share/vm/oops/methodData.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File