Integrated: 8255274: [PPC64, s390] wrong StringLatin1.indexOf version matched
Martin Doerr
mdoerr at openjdk.java.net
Fri Oct 23 10:54:37 UTC 2020
On Thu, 22 Oct 2020 21:56:54 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> PPC64 and s390 currently match indexOfChar_U also for StrIntrinsicNode::L. This leads to incorrect results of StringLatin1.indexOf and alreads breaks builds:
> Optimizing the exploded image
> Error occurred during initialization of boot layer
>
> We need separate match rules for StrIntrinsicNode::U and StrIntrinsicNode::L.
This pull request has now been integrated.
Changeset: df792573
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/df792573
Stats: 38 lines in 2 files changed: 36 ins; 0 del; 2 mod
8255274: [PPC64, s390] wrong StringLatin1.indexOf version matched
Reviewed-by: clanger, rrich
-------------
PR: https://git.openjdk.java.net/jdk/pull/820
More information about the hotspot-compiler-dev
mailing list