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.
