--- old/src/hotspot/share/opto/parse1.cpp 2019-05-31 23:04:22.000000000 +0300 +++ new/src/hotspot/share/opto/parse1.cpp 2019-05-31 23:04:22.000000000 +0300 @@ -2112,8 +2112,7 @@ assert(C->has_method(), "only for normal compilations"); assert(depth() == 1, "only for main compiled method"); assert(is_normal_parse(), "no barrier needed on osr entry"); - assert(method()->holder()->is_being_initialized() || method()->holder()->is_initialized(), - "initialization should have been started"); + assert(!method()->holder()->is_not_initialized(), "initialization should have been started"); set_parse_bci(0);