RFR: 8260579: PPC64 and S390 builds failures after JDK-8260467

Aleksey Shipilev shade at openjdk.java.net
Thu Jan 28 10:22:52 UTC 2021


Creating support/modules_libs/java.base/server/libjvm.so from 889 file(s)


   83 | InstanceKlass** klass_addr = VMClassses::klass_addr_at(klass_id);
      | ^~~~~~~~~~

   84 | Klass* klass = VMClassses::klass_at(klass_id);
      | ^~~~~~~~~~
This is an obvious typo in "VMClassses", it should actually be "vmClasses".

This readily manifests in current GH Action runs. It would have been caught by #2246 PR, if GHA were enabled, @iklam.

Additional testing:
 - [x] Linux s390x hotspot cross-compile
 - [x] Linux ppc64le hotspot cross-compile

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

Commit messages:
 - 8260579: PPC64 and S390 builds failures after JDK-8260467

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

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


More information about the hotspot-compiler-dev mailing list