On Wed, 12 May 2021 11:55:08 GMT, Thomas Schatzl <tscha...@openjdk.org> wrote:
>> Kim Barrett has updated the pull request incrementally with three additional >> commits since the last revision: >> >> - more comment improvements >> - improve naming and comments around injected String flags >> - fix some typos in comments > > src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp line 82: > >> 80: // Doing so would counteract C2 optimizations on string literals. But an >> 81: // interned string might later become a deduplication candidate through >> the >> 82: // normal GC discovery mechanism. To prevent such modificatoins, the > > s/modificatoins/modifications Fixed. ------------- PR: https://git.openjdk.java.net/jdk/pull/3662