--- old/src/hotspot/share/opto/parse1.cpp 2019-04-24 13:36:33.000000000 -0700 +++ new/src/hotspot/share/opto/parse1.cpp 2019-04-24 13:36:32.000000000 -0700 @@ -1059,7 +1059,7 @@ // such unusual early publications. But no barrier is needed on // exceptional returns, since they cannot publish normally. // - if (method()->is_initializer() && + if (method()->is_object_constructor_or_class_initializer() && (wrote_final() || PPC64_ONLY(wrote_volatile() ||) (AlwaysSafeConstructors && wrote_fields()))) {