Integrated: 8260579: PPC64 and S390 builds failures after JDK-8260467
Aleksey Shipilev
shade at openjdk.java.net
Thu Jan 28 12:04:40 UTC 2021
On Thu, 28 Jan 2021 10:17:35 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: a68c6c2a
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/a68c6c2a
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
8260579: PPC64 and S390 builds failures after JDK-8260467
Reviewed-by: mdoerr
-------------
PR: https://git.openjdk.java.net/jdk/pull/2282
More information about the hotspot-compiler-dev
mailing list