RFR(XXS): 8047321: Hotspot debug builds with clang are broken
Igor Veresov
igor.veresov at oracle.com
Fri Jun 20 18:15:11 UTC 2014
Thanks! I’ll add a comment.
igor
On Jun 20, 2014, at 10:56 AM, Christian Thalinger <christian.thalinger at oracle.com> wrote:
> Looks good. Maybe add a comment that it’s not supported by Clang.
>
> On Jun 18, 2014, at 7:03 PM, Igor Veresov <igor.veresov at oracle.com> wrote:
>
>> JDK-8032045 specifies -Og optimization option for debug builds that is not supported by clang.
>> The fix is to keep it being -O0 for clang.
>>
>> Webrev: http://cr.openjdk.java.net/~iveresov/8047321/webrev.00/
>>
>> Thanks,
>> igor
>
More information about the hotspot-compiler-dev
mailing list