eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 721 forks source link

AArch64: Implement arraytranslateEvaluator() and arraycmpEvaluator() #13103

Open 0xdaryl opened 3 years ago

0xdaryl commented 3 years ago

Shadow issue in OpenJ9 to track the work in https://github.com/eclipse/omr/issues/6092.

knn-k commented 7 months ago

arraycmp was enabled on AArch64 last year. arraytranslate is still missing.