comparison src/share/vm/oops/methodDataOop.hpp @ 3464:be4ca325525a

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Jul 2011 17:32:44 -0700
parents bad7ecd0b6ed
children c26de9aef2ed
comparison
equal deleted inserted replaced
3239:7c4b4daac19b 3464:be4ca325525a
1192 int _hint_di; 1192 int _hint_di;
1193 1193
1194 // Whole-method sticky bits and flags 1194 // Whole-method sticky bits and flags
1195 public: 1195 public:
1196 enum { 1196 enum {
1197 _trap_hist_limit = 16, // decoupled from Deoptimization::Reason_LIMIT 1197 _trap_hist_limit = 17, // decoupled from Deoptimization::Reason_LIMIT
1198 _trap_hist_mask = max_jubyte, 1198 _trap_hist_mask = max_jubyte,
1199 _extra_data_count = 4 // extra DataLayout headers, for trap history 1199 _extra_data_count = 4 // extra DataLayout headers, for trap history
1200 }; // Public flag values 1200 }; // Public flag values
1201 private: 1201 private:
1202 uint _nof_decompiles; // count of all nmethod removals 1202 uint _nof_decompiles; // count of all nmethod removals