RFR: 8254719: ZGC: Clean up includes [v3]
Per Liden
pliden at openjdk.java.net
Wed Oct 14 13:03:30 UTC 2020
On Wed, 14 Oct 2020 12:21:17 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Per Liden has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review stefank 2
>
> src/hotspot/share/gc/z/zVerify.cpp line 37:
>
>> 35: #include "memory/iterator.inline.hpp"
>> 36: #include "memory/resourceArea.hpp"
>> 37: #include "runtime/frame.inline.hpp"
>
> This file uses oopDesc::is_oop, so I think oops/oop.hpp should stay.
True. Also noticed this file was, from the beginning, missing a few other includes, so I fixed those too.
-------------
PR: https://git.openjdk.java.net/jdk/pull/644
More information about the hotspot-gc-dev
mailing list