--- old/src/hotspot/share/oops/instanceKlass.cpp 2020-04-02 11:54:22.000000000 -0700 +++ new/src/hotspot/share/oops/instanceKlass.cpp 2020-04-02 11:54:22.000000000 -0700 @@ -2711,7 +2711,7 @@ if (is_hidden() && in_unnamed_package() && class_loader_data()->has_class_mirror_holder()) { - // For a weak hidden class defined to an unnamed package, + // For a non-strong hidden class defined to an unnamed package, // its (class held) CLD will not have an unnamed module created for it. // Two choices to find the correct ModuleEntry: // 1. If hidden class is within a nest, use nest host's module