RFR: JDK-8155089: UL: Remove trailing comma from log decoration list
Dmitry Samersoff
dmitry.samersoff at oracle.com
Tue Apr 26 13:50:19 UTC 2016
Yasumasa,
Looks good for me.
-Dmitry
On 2016-04-26 16:08, Yasumasa Suenaga wrote:
> Hi all,
>
> This review request relates [1].
>
> We can check log configuration through VM.log list jcmd:
> -------
> Log output configuration:
> #0: stdout vmoperation=debug,safepoint=info uptime,level,tags,
> #1: stderr all=warning uptime,level,tags,
> #2: gc.log gc=trace uptime,level,tags,
> -------
>
> Decorators are ended with comma.
> We should remove it as below:
> -------
> Log output configuration:
> #0: stdout vmoperation=debug,safepoint=info uptime,level,tags
> #1: stderr all=warning uptime,level,tags
> #2: gc.log gc=trace uptime,level,tags
> -------
>
> I uploaded a webrev for this issue.
> Could you review it?
>
> http://cr.openjdk.java.net/~ysuenaga/JDK-8155089/webrev.00/
>
> I cannot access JPRT.
> So I need a sponsor.
>
>
> Thanks,
>
> Yasumasa
>
>
> [1]
> http://mail.openjdk.java.net/pipermail/serviceability-dev/2016-April/019506.html
>
--
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* I would love to change the world, but they won't give me the sources.
More information about the serviceability-dev
mailing list