--- old/src/hotspot/share/classfile/javaClasses.cpp 2019-03-05 01:31:30.113550726 -0500 +++ new/src/hotspot/share/classfile/javaClasses.cpp 2019-03-05 01:31:29.287502507 -0500 @@ -834,8 +834,8 @@ if (module.is_null()) { // During startup, the module may be NULL only if java.base has not been defined yet. // Put the class on the fixup_module_list to patch later when the java.lang.Module - // for java.base is known. - assert(!Universe::is_module_initialized(), "Incorrect java.lang.Module pre module system initialization"); + // for java.base is known. But note that since we captured the NULL module another + // thread may have completed that initialization. bool javabase_was_defined = false; {