RFR: 8260579: PPC64 and S390 builds failures after JDK-8260467
Aleksey Shipilev
shade at openjdk.java.net
Thu Jan 28 12:04:39 UTC 2021
On Thu, 28 Jan 2021 11:48:23 GMT, Martin Doerr <mdoerr 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
>
> Looks good and trivial. Thank you for fixing!
PPC64 and S390 builds are green in GH Actions now, integrating.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2282
More information about the hotspot-compiler-dev
mailing list