--- a/src/hotspot/share/oops/methodData.hpp Thu May 30 11:42:53 2019 +0200
+++ b/src/hotspot/share/oops/methodData.hpp Thu May 30 13:39:13 2019 +0300
@@ -2012,7 +2012,7 @@
// Whole-method sticky bits and flags
enum {
- _trap_hist_limit = 24 JVMCI_ONLY(+5), // decoupled from Deoptimization::Reason_LIMIT
+ _trap_hist_limit = 25 JVMCI_ONLY(+5), // decoupled from Deoptimization::Reason_LIMIT
_trap_hist_mask = max_jubyte,
_extra_data_count = 4 // extra DataLayout headers, for trap history
}; // Public flag values