[9] RFR(S): 8139380: VMError::report_and_die() does not produce replay file
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Oct 16 13:27:15 UTC 2015
Okay.
Thanks,
Vladimir
On 10/16/15 9:25 PM, Zoltán Majó wrote:
> 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