comparison src/share/vm/oops/methodData.hpp @ 17151:e165f4223650

bring MethodData::_trap_hist_limit back in sync with Deoptimization::Reason_LIMIT
author Andreas Woess <andreas.woess@jku.at>
date Thu, 18 Sep 2014 19:00:23 +0200
parents 4ca6dc0799b6
children 52b4284cb496
comparison
equal deleted inserted replaced
17150:80d021f12b22 17151:e165f4223650
1908 void initialize(bool for_reprofile = false); 1908 void initialize(bool for_reprofile = false);
1909 1909
1910 // Whole-method sticky bits and flags 1910 // Whole-method sticky bits and flags
1911 enum { 1911 enum {
1912 #ifdef GRAAL 1912 #ifdef GRAAL
1913 _trap_hist_limit = 18, // decoupled from Deoptimization::Reason_LIMIT 1913 _trap_hist_limit = 19, // decoupled from Deoptimization::Reason_LIMIT
1914 #else 1914 #else
1915 _trap_hist_limit = 17, // decoupled from Deoptimization::Reason_LIMIT 1915 _trap_hist_limit = 17, // decoupled from Deoptimization::Reason_LIMIT
1916 #endif 1916 #endif
1917 _trap_hist_mask = max_jubyte, 1917 _trap_hist_mask = max_jubyte,
1918 _extra_data_count = 4 // extra DataLayout headers, for trap history 1918 _extra_data_count = 4 // extra DataLayout headers, for trap history