changeset 51334 | cc2c79d22508 |
parent 50638 | f9f2e6a6a7b2 |
child 53244 | 9807daeb47c4 |
child 53278 | 4b469f5f4bf2 |
--- a/src/hotspot/share/oops/methodData.hpp Wed Aug 08 15:31:06 2018 +0200 +++ b/src/hotspot/share/oops/methodData.hpp Wed Aug 08 15:31:07 2018 +0200 @@ -733,7 +733,7 @@ const int _base_off; TypeEntries(int base_off) - : _base_off(base_off), _pd(NULL) {} + : _pd(NULL), _base_off(base_off) {} void set_intptr_at(int index, intptr_t value) { _pd->set_intptr_at(index, value);