RFR: 8154041: JVMTI to Unified Logging
Robbin Ehn
robbin.ehn at oracle.com
Tue Apr 19 10:00:03 UTC 2016
Hi Serguei,
Thanks!
/Robbin
On 04/19/2016 11:47 AM, serguei.spitsyn at oracle.com wrote:
> Hi Robbin,
>
> The fix looks good.
> Also, I'm Ok with the removal of comments.
>
> Thanks,
> Serguei
>
>
> On 4/19/16 02:43, Robbin Ehn wrote:
>> Hi Marcus,
>>
>> On 04/19/2016 11:07 AM, Marcus Larsson wrote:
>>> Hi,
>>>
>>> On 04/14/2016 01:36 PM, Robbin Ehn wrote:
>>>> Hi all,
>>>>
>>>> Please review:
>>>>
>>>> This moves jvmti trace output to the tag jvmti on trace level.
>>>>
>>>> The jvmti trace argument e.g. "-XX:TraceJVMTI=ec+ieost,all+ieost" have
>>>> a lot of functionality, e.g. can filter on func, in/out, etc, so it if
>>>> left as is.
>>>>
>>>> TraceJVMTI enables jvmti trace to stdout if no other -Xlog for jvmti
>>>> tag is set.
>>>>
>>>> Webrev: http://cr.openjdk.java.net/~rehn/8154041/
>>>
>>> In jvmtiExport.cpp:
>>> Maybe we should remove the commented trace calls while at it? I'm
>>> thinking of lines 639-641 and 677-681. Maybe they could be un-commented
>>> as well, I'm not sure.
>>
>> I removed them.
>>
>>>
>>> Also, there is (pre-existing) trailing whitespace in a bunch of the
>>> messages which I think we can remove (line 2203 for example).
>>
>> I removed these also.
>>
>> I updated webrev:
>> Incremental: http://cr.openjdk.java.net/~rehn/8154041/v2-v1/
>> Full: http://cr.openjdk.java.net/~rehn/8154041/v2/
>>
>>>
>>> Other than that, I think this looks good!
>>
>> Thanks !
>>
>> /Robbin
>>
>>>
>>> Thanks,
>>> Marcus
>>>
>>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8154041
>>>>
>>>> Thanks!
>>>>
>>>> /Robbin
>>>
>
More information about the hotspot-runtime-dev
mailing list