diff -r c25572739e7c -r f6641fcf7b7e src/hotspot/share/code/compiledIC.hpp --- a/src/hotspot/share/code/compiledIC.hpp Wed Aug 08 15:31:06 2018 +0200 +++ b/src/hotspot/share/code/compiledIC.hpp Wed Aug 08 15:31:06 2018 +0200 @@ -126,7 +126,7 @@ } CompiledICInfo(): _entry(NULL), _cached_value(NULL), _is_icholder(false), - _to_interpreter(false), _to_aot(false), _is_optimized(false), _release_icholder(false) { + _is_optimized(false), _to_interpreter(false), _to_aot(false), _release_icholder(false) { } ~CompiledICInfo() { // In rare cases the info is computed but not used, so release any