RFR: 8253219: Epsilon: clean up unnecessary includes
Aleksey Shipilev
shade at redhat.com
Wed Sep 16 11:00:24 UTC 2020
On 9/16/20 12:52 PM, Thomas Schatzl wrote:
> Hi,
>
> On 16.09.20 09:49, Aleksey Shipilev wrote:
>> Static analysis shows a few #include statements in gc/epsilon that are not needed.
>>
>> Testing: Linux x86_64 {release, fastdebug, slowdebug} x {+PCH, -PCH}
>>
>
> - in epsilonMonitoringSupport.cpp, the include for allocation.inline.hpp
> is correct, CHeapObj is declared there.
> The allocation.hpp one is superfluous though.
Seems vice versa: allocation.hpp defines CHeapObj and needs to be included, and
allocation.inline.hpp needs to be dropped. Updated.
--
Thanks,
-Aleksey
More information about the hotspot-gc-dev
mailing list