RFR: 8254365: ciMethod.hpp should not include methodHandles.hpp
Coleen Phillimore
coleenp at openjdk.java.net
Tue Oct 13 11:33:08 UTC 2020
On Tue, 13 Oct 2020 06:18:40 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> ciMethod.hpp includes methodHandles.hpp. This is probably a typo as ciMethod.hpp doesn't use the MethodHandles class.
> Instead, it uses methodHandle which is declared in runtime/handles.hpp.
> As usual, I had to fix a few .cpp files that used the MethodHandles class but did not explicitly include
> methodHandles.hpp.
> Tested with mach5 build tiers 1-5.
Marked as reviewed by coleenp (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/623
More information about the hotspot-dev
mailing list