diff -r 8eeacdc76bf2 -r 75aa3e39d02c hotspot/src/share/vm/oops/instanceKlass.cpp --- a/hotspot/src/share/vm/oops/instanceKlass.cpp Wed Jul 05 11:03:19 2017 -0700 +++ b/hotspot/src/share/vm/oops/instanceKlass.cpp Thu Jul 06 01:50:26 2017 +0200 @@ -1078,7 +1078,7 @@ void InstanceKlass::call_class_initializer(TRAPS) { if (ReplayCompiles && (ReplaySuppressInitializers == 1 || - ReplaySuppressInitializers >= 2 && class_loader() != NULL)) { + (ReplaySuppressInitializers >= 2 && class_loader() != NULL))) { // Hide the existence of the initializer for the purpose of replaying the compile return; }