RFR: 8336152: Remove unused forward declaration in classLoadInfo.hpp
David Holmes
dholmes at openjdk.org
Thu Jul 11 03:22:02 UTC 2024
On Thu, 11 Jul 2024 02:08:35 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
> A trivial cleanup
The fact this seems to build okay suggests there were no implicit dependencies on this forward declaration, so I will approve it as trivial. (Anything depending on it should have it locally defined instead or else include the right header.)
Thanks
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20130#pullrequestreview-2170822191
More information about the hotspot-runtime-dev
mailing list