RFR: 8258534: Epsilon: clean up unused includes

Aleksey Shipilev shade at openjdk.java.net
Thu Dec 17 12:38:57 UTC 2020


On Thu, 17 Dec 2020 02:44:19 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> Unfortunately, CLion makes the incorrect call here. `macros.hpp` is included to get access to `COMPILER1` and `COMPILER2` macros. So we cannot really remove that `#include`.
>
>> Unfortunately, CLion makes the incorrect call here. `macros.hpp` is included to get access to `COMPILER1` and `COMPILER2` macros. So we cannot really remove that `#include`.
> 
> Hi @shipilev ,
> 
> Build tests passed on our Linux/x64 machines with this patch.
> So I think the change is fine.
> Am I missing something?
> 
> Thanks.

This looks like a cleanup and not very time-pressing, right? I'll take a look after NY holidays.

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

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



More information about the hotspot-gc-dev mailing list