--- old/src/hotspot/share/ci/ciInstanceKlass.cpp 2020-04-02 11:54:16.000000000 -0700 +++ new/src/hotspot/share/ci/ciInstanceKlass.cpp 2020-04-02 11:54:16.000000000 -0700 @@ -76,7 +76,7 @@ oop holder = ik->klass_holder(); if (ik->class_loader_data()->has_class_mirror_holder()) { // Though ciInstanceKlass records class loader oop, it's not enough to keep - // VM weak hidden and unsafe anonymous classes alive (loader == NULL). Klass holder should + // non-strong hidden classes and VM unsafe anonymous classes alive (loader == NULL). Klass holder should // be used instead. It is enough to record a ciObject, since cached elements are never removed // during ciObjectFactory lifetime. ciObjectFactory itself is created for // every compilation and lives for the whole duration of the compilation.