--- old/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp 2019-05-31 23:04:19.000000000 +0300 +++ new/src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp 2019-05-31 23:04:19.000000000 +0300 @@ -361,8 +361,7 @@ void LIR_Assembler::clinit_barrier(ciMethod* method) { assert(VM_Version::supports_fast_class_init_checks(), "sanity"); - 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"); Label L_skip_barrier; Register klass = rscratch1;