RFR: 8255760: Shenandoah: match constants style in ShenandoahMarkTask fallback

Zhengyu Gu zgu at openjdk.java.net
Mon Nov 2 14:12:57 UTC 2020


On Mon, 2 Nov 2020 13:55:59 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> JDK-8255457 cleaned up the 64-bit version of ShenandoahMarkTask. However, there is also the 32-bit fallback without any tricky mechanics. Still, it should match the style of the optimized version by using `static const`-s instead of enums. I missed that during the JDK-8255457 work.
> 
> Additional testing:
>  - [x] Linux x86_32 `hotspot_gc_shenandoah`

Marked as reviewed by zgu (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/1006



More information about the hotspot-gc-dev mailing list