Skip to content

Commit

Permalink
update intrinsics
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan-hallaoui committed Feb 15, 2022
1 parent 2f72ff6 commit 9ee7c27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public UnimplementedGraalIntrinsics(GraalHotSpotVMConfig config, Architecture ar
// Compact string support - HotSpot MacroAssembler-based intrinsic or complex C2 logic.
add(toBeInvestigated,
"java/lang/StringCoding.hasNegatives([BII)Z",
"java/lang/StringCoding.implEncodeAsciiArray([CI[BII)I",
"java/lang/StringCoding.implEncodeISOArray([BI[BII)I");
add(ignore,
// handled through an intrinsic for String.equals itself
Expand Down

0 comments on commit 9ee7c27

Please sign in to comment.