RFR(S) 8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Dec 7 01:39:59 UTC 2017
Should we put new check code under #ifdef INCLUDE_JVMCI and if (UseJVMCICompiler)? Stubs code
generation happens after flags parsing.
Thanks,
Vladimir
On 12/5/17 2:12 PM, dean.long at oracle.com wrote:
> https://bugs.openjdk.java.net/browse/JDK-8193009
> http://cr.openjdk.java.net/~dlong/8193009/webrev/
>
> I tested all 16 base register combinations to make sure we handle anything Graal might generate.
>
> dl
More information about the hotspot-compiler-dev
mailing list