RFR: 8257798: [PPC64] undefined reference to Klass::vtable_start_offset()
Goetz Lindenmaier
goetz at openjdk.java.net
Mon Dec 7 10:07:13 UTC 2020
On Mon, 7 Dec 2020 09:55:41 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> We need to include "oops/klass.inline.hpp" in adlc generated cpp files. Otherwise we get linker errors with some gcc versions when it assumes that all usages are inlined.
> Change also includes minor cleanup.
Marked as reviewed by goetz (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1660
More information about the hotspot-compiler-dev
mailing list