16 Sep
2020
16 Sep
'20
11 a.m.
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