RFR(XS): 8145333: -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:-EnableJVMCI makes JVM crash
Jamsheed C m
jamsheed.c.m at oracle.com
Tue Feb 23 06:07:45 UTC 2016
On 2/23/2016 1:00 AM, Christian Thalinger wrote:
>> + // Check consistency of diagnostic flags if
>> UnlockDiagnosticVMOptions is true
>> + // or not default. UnlockDiagnosticVMOptions is default true in
>> debug builds.
>> + if (UnlockDiagnosticVMOptions ||
>> + !FLAG_IS_DEFAULT(UnlockDiagnosticVMOptions)) { + // Check
>> consistency of experimental flags if UnlockExperimentalVMOptions is
>> + // true or not default.
>> + if (UnlockExperimentalVMOptions ||
>> + !FLAG_IS_DEFAULT(UnlockExperimentalVMOptions)) {
>
> Oh, good. But please don’t break the line. No new webrev needed.
Thanks, Chris!
Best Regards,
Jamsheed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160223/ae1f0bda/attachment-0001.html>
More information about the hotspot-compiler-dev
mailing list