RFR: 8254785: compiler/graalunit/HotspotTest.java failed with "missing Graal intrinsics for: java/lang/StringLatin1.indexOfChar([BIII)I"
Igor Ignatyev
iignatyev at openjdk.java.net
Tue Oct 20 16:29:12 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
I assume you also need to upstream that to [oracle/graal](https://github.com/oracle/graal).
-------------
Marked as reviewed by iignatyev (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/762
More information about the hotspot-compiler-dev
mailing list