RFR: 8143229: Replace the develop level with develop macros in Unified Logging
Marcus Larsson
marcus.larsson at oracle.com
Fri Nov 20 14:22:52 UTC 2015
Thank you for reviewing, Bengt!
Marcus
On 2015-11-20 13:09, Bengt Rutisson wrote:
>
> Hi Marcus,
>
> On 2015-11-20 12:58, Marcus Larsson wrote:
>> Hi,
>>
>> Please review the following patch to replace the previous 'develop'
>> level with macros, in the unified logging framework.
>> The macros are essentially regular log calls inside a #ifndef
>> PRODUCT. In the product they do nothing / return false.
>> This allows the regular log levels to be used for develop-only logging.
>>
>> Webrev:
>> http://cr.openjdk.java.net/~mlarsson/8143229/webrev.00/
>>
>> Issue:
>> https://bugs.openjdk.java.net/browse/JDK-8143229
>
> Looks good.
>
> Bengt
>
>>
>> Thanks,
>> Marcus
>
More information about the serviceability-dev
mailing list