RFR: 8267185: Add string deduplication support to ParallelGC [v2]
Ivan Walulya
iwalulya at openjdk.java.net
Mon Aug 16 11:16:31 UTC 2021
On Mon, 16 Aug 2021 11:10:12 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Kim review
>
> src/hotspot/share/gc/parallel/psPromotionManager.inline.hpp line 290:
>
>> 288:
>> 289: if (psStringDedup::is_candidate_from_evacuation(new_obj, new_obj_is_tenured)) {
>> 290: _string_dedup_requests.add(o);
>
> Update indentation? Or is github not showing the whitespace-only change?
Need to update the indentation! Thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/5085
More information about the hotspot-gc-dev
mailing list