hotspot/src/share/vm/oops/instanceKlass.cpp
changeset 46630 75aa3e39d02c
parent 46562 6608152658ca
child 46697 2fdbdc5e0765
--- 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;
   }