RFR: 8240751: Shenandoah: fold ShenandoahTracer definition [v2]
Zhengyu Gu
zgu at openjdk.java.net
Wed Sep 9 12:06:07 UTC 2020
On Mon, 7 Sep 2020 13:49:03 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Currently, we have `shenandoahTracer.hpp` with a sole definition:
>> class ShenandoahTracer : public GCTracer {
>> public:
>> ShenandoahTracer() : GCTracer(Shenandoah) {}
>> };
>>
>> This can be folded near the only use at `shenandoahCollectorPolicy.hpp`.
>
> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>
> Leftover include of deleted file
Marked as reviewed by zgu (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/55
More information about the hotspot-gc-dev
mailing list