RFR: 8240751: Shenandoah: fold ShenandoahTracer definition [v2]
Aditya Mandaleeka
adityam at openjdk.java.net
Tue Sep 8 22:14:55 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
Not a reviewer, but this looks good to me.
-------------
Marked as reviewed by adityam (Author).
PR: https://git.openjdk.java.net/jdk/pull/55
More information about the shenandoah-dev
mailing list