--- old/src/hotspot/share/memory/metaspace/spaceManager.cpp 2020-04-02 11:54:20.000000000 -0700 +++ new/src/hotspot/share/memory/metaspace/spaceManager.cpp 2020-04-02 11:54:20.000000000 -0700 @@ -117,7 +117,7 @@ // Special case for hidden metadata space. // ClassMirrorHolder metadata space is usually small since it is used for // class loader data's whose life cycle is governed by one class such as a - // weak hidden or unsafe anonymous class. The majority within 1K - 2K range and + // non-strong hidden class or unsafe anonymous class. The majority within 1K - 2K range and // rarely about 4K (64-bits JVM). // Instead of jumping to SmallChunk after initial chunk exhausted, keeping allocation // from SpecializeChunk up to _anon_or_delegating_metadata_specialize_chunk_limit (4)