diff -r f6641fcf7b7e -r cc2c79d22508 src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp --- a/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp Wed Aug 08 15:31:06 2018 +0200 +++ b/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp Wed Aug 08 15:31:07 2018 +0200 @@ -28,7 +28,7 @@ #include "oops/oop.inline.hpp" #include "oops/symbol.hpp" -JfrSymbolId::JfrSymbolId() : _symbol_id_counter(0), _sym_table(new SymbolTable(this)), _cstring_table(new CStringTable(this)) { +JfrSymbolId::JfrSymbolId() : _sym_table(new SymbolTable(this)), _cstring_table(new CStringTable(this)), _symbol_id_counter(0) { assert(_sym_table != NULL, "invariant"); assert(_cstring_table != NULL, "invariant"); initialize();