RFR: 8267185: Add string deduplication support to ParallelGC [v4]
Kim Barrett
kbarrett at openjdk.java.net
Fri Aug 20 00:05:26 UTC 2021
On Thu, 19 Aug 2021 14:31:03 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
>> Hi all,
>>
>> Please review this change to add string deduplication support to ParallelGC.
>>
>> Testing: All string deduplication tests, and Tier 1-5.
>
> Ivan Walulya has updated the pull request incrementally with one additional commit since the last revision:
>
> albertnetymk review
Changes requested by kbarrett (Reviewer).
src/hotspot/share/gc/parallel/psStringDedup.hpp line 28:
> 26: #define SHARE_GC_PARALLEL_PSSTRINGDEDUP_HPP
> 27:
> 28: #include "classfile/javaClasses.inline.hpp"
".inline.hpp" files must not be included by ".hpp" files.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5085
More information about the hotspot-gc-dev
mailing list