RFR: 8157834: aarch64: Hello World crashes with fastdebug build

Edward Nevill edward.nevill at gmail.com
Wed May 25 15:16:55 UTC 2016


Hi,

Please review the following webrev

http://cr.openjdk.java.net/~enevill/8157834/webrev/

jira issue: https://bugs.openjdk.java.net/browse/JDK-8157834

This crash is caused by StrIndexOf being called with argument encoding != UU even though CompactStrings is disabled.

Fix is to implement LL, UL and LU encodings for StrIndexOf.

All the best,
Ed.




More information about the hotspot-dev mailing list