[9] RFR(S): 8139380: VMError::report_and_die() does not produce replay file

Zoltán Majó zoltan.majo at oracle.com
Fri Oct 16 13:25:19 UTC 2015


Hi Vladimir,


On 10/16/2015 03:10 PM, Vladimir Kozlov wrote:
> #if INCLUDE_JVMCI
>                    EnableJVMCI ? ", jvmci" : "",
>                    UseJVMCICompiler ? ", jvmci compiler" : "",
> #else
>                    "", "",
> #endif 

thank you for the review.

I've updated the code according to your suggestion. For the record, here 
is what I intend to push:

http://cr.openjdk.java.net/~zmajo/8139380/webrev.01/

Thank you and best regards,


Zoltan


On 10/16/2015 03:10 PM, Vladimir Kozlov wrote:
> #if INCLUDE_JVMCI
>                    EnableJVMCI ? ", jvmci" : "",
>                    UseJVMCICompiler ? ", jvmci compiler" : "",
> #else
>                    "", "",
> #endif 



More information about the hotspot-compiler-dev mailing list