RFR: 8289006: Cleanup from thread.hpp split
David Holmes
dholmes at openjdk.org
Thu Jun 23 06:32:43 UTC 2022
On Wed, 22 Jun 2022 22:00:22 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Remove extra include directives. Tested with GHA.
One pre-existing nit but your changes look good.
Thanks.
src/hotspot/cpu/zero/stack_zero.cpp line 32:
> 30: #include "runtime/javaThread.inline.hpp"
> 31: #include "stack_zero.hpp"
> 32: #include "stack_zero.inline.hpp"
Existing, but it is redundant to include the .hpp and the .inline.hpp file as the later always includes the former.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9252
More information about the hotspot-dev
mailing list