RFR: 8257798: [PPC64] undefined reference to Klass::vtable_start_offset()
Goetz Lindenmaier
goetz at openjdk.java.net
Mon Dec 7 10:07:14 UTC 2020
On Mon, 7 Dec 2020 10:04:26 GMT, Goetz Lindenmaier <goetz 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).
Looks good, Trivial change, build fix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1660
More information about the hotspot-compiler-dev
mailing list