RFR: 8297572: Remove unused PrecisionStyle::Precise

Albert Mingkun Yang ayang at openjdk.org
Mon Dec 19 20:13:51 UTC 2022


On Mon, 19 Dec 2022 19:19:30 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> Simple change of removing some effectively dead code.
>> 
>> Test: hotspot_gc
>
> src/hotspot/share/gc/shared/space.cpp line 62:
> 
>> 60:         // later card.  Figure out where the object ends.
>> 61:         // Use the block_size() method of the space over which
>> 62:         // the iteration is being done.  That space (e.g. CMS) may have
> 
> What is "CMS" here?

No idea; probably outdated comments.

-------------

PR: https://git.openjdk.org/jdk/pull/11676


More information about the hotspot-gc-dev mailing list