RFR: 8257798: [PPC64] undefined reference to Klass::vtable_start_offset()

Martin Doerr mdoerr at openjdk.java.net
Mon Dec 7 10:00:18 UTC 2020


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.

-------------

Commit messages:
 - 8257798: [PPC64] undefined reference to Klass::vtable_start_offset()

Changes: https://git.openjdk.java.net/jdk/pull/1660/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1660&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257798
  Stats: 5 lines in 1 file changed: 2 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1660.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1660/head:pull/1660

PR: https://git.openjdk.java.net/jdk/pull/1660


More information about the hotspot-compiler-dev mailing list