RFR: 8254785: compiler/graalunit/HotspotTest.java failed with "missing Graal intrinsics for: java/lang/StringLatin1.indexOfChar([BIII)I"
Paul Sandoz
psandoz at openjdk.java.net
Tue Oct 20 16:17:16 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
Marked as reviewed by psandoz (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/762
More information about the hotspot-compiler-dev
mailing list