src/share/vm/oops/methodDataOop.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 5091921 Cdiff src/share/vm/oops/methodDataOop.hpp

src/share/vm/oops/methodDataOop.hpp

Print this page

        

*** 1192,1202 **** int _hint_di; // Whole-method sticky bits and flags public: enum { ! _trap_hist_limit = 16, // 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 --- 1192,1202 ---- int _hint_di; // Whole-method sticky bits and flags public: enum { ! _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 private: uint _nof_decompiles; // count of all nmethod removals
src/share/vm/oops/methodDataOop.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File