Integrated: 8254785: compiler/graalunit/HotspotTest.java failed with "missing Graal intrinsics for: java/lang/StringLatin1.indexOfChar([BIII)I"

Aleksey Shipilev shade at openjdk.java.net
Wed Oct 21 06:16:15 UTC 2020


On Tue, 20 Oct 2020 10:09:18 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> This test is problem-listed, and thus misses new intrinsics completely. The new `StringLatin1.indexOf` intrinsic can
> just be added to `toBeInvestigated` list in `CheckGraalIntrinsics.java`, instead of problem-listing the entire test and
> thus missing even more intrinsics.  Testing:
>   - [x] Linux x86_64 `compiler/graalunit` tests

This pull request has now been integrated.

Changeset: 2a063350
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/2a063350
Stats:     8 lines in 2 files changed: 7 ins; 1 del; 0 mod

8254785: compiler/graalunit/HotspotTest.java failed with "missing Graal intrinsics for:
java/lang/StringLatin1.indexOfChar([BIII)I"

Reviewed-by: psandoz, iignatyev, kvn

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

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


More information about the hotspot-compiler-dev mailing list