# HG changeset patch # User Andreas Woess # Date 1411059623 -7200 # Node ID e165f422365030aa9482cba6ca890941de15ab5f # Parent 80d021f12b22d69e410c2a9570094588383245b1 bring MethodData::_trap_hist_limit back in sync with Deoptimization::Reason_LIMIT diff -r 80d021f12b22 -r e165f4223650 src/share/vm/oops/methodData.hpp --- a/src/share/vm/oops/methodData.hpp Thu Sep 18 18:56:52 2014 +0200 +++ b/src/share/vm/oops/methodData.hpp Thu Sep 18 19:00:23 2014 +0200 @@ -1910,7 +1910,7 @@ // Whole-method sticky bits and flags enum { #ifdef GRAAL - _trap_hist_limit = 18, // decoupled from Deoptimization::Reason_LIMIT + _trap_hist_limit = 19, // decoupled from Deoptimization::Reason_LIMIT #else _trap_hist_limit = 17, // decoupled from Deoptimization::Reason_LIMIT #endif