[10]RFR: 8176096: Wrong macro checks for INCLUDE_TRACE
Robbin Ehn
robbin.ehn at oracle.com
Fri Mar 3 07:02:19 UTC 2017
Thanks David and thanks for spotting my typo!
/Robbin
On 03/03/2017 12:21 AM, David Holmes wrote:
> +1
>
> But please fix the typo in the subject before committing :) I already updated the bug itself.
>
> Thanks,
> David
>
> On 3/03/2017 12:11 AM, Robbin Ehn wrote:
>> Hi all, please review.
>>
>> INCLUDE_TRACE is set either 0 or 1.
>> Checks should be "#if INCLUDE_TRACE" and not "#ifdef INCLUDE_TRACE".
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8176096
>> Webrev: http://cr.openjdk.java.net/~rehn/8176096/webrev/
>>
>> Test built open and oracle.
>>
>> Thanks Robbin
More information about the hotspot-runtime-dev
mailing list