Re: RFR(XS): 8043264: hsdis library not picked up correctly on expected paths

2014-05-16 Thread serguei.spit...@oracle.com
Kris, I've submitted the jprt job: 2014-05-17-060826.sspitsyn.hotspot Thanks, Serguei On 5/16/14 3:38 PM, Krystal Mok wrote: Thank you, Serguei! BTW, Could you or Staffan sponsor this change and help me push it? Best regards, Kris On Fri, May 16, 2014 at 3:20 PM, serguei.spit...@oracle.c

Re: RFR(XS): 8043264: hsdis library not picked up correctly on expected paths

2014-05-16 Thread Krystal Mok
Thank you, Serguei! BTW, Could you or Staffan sponsor this change and help me push it? Best regards, Kris On Fri, May 16, 2014 at 3:20 PM, serguei.spit...@oracle.com < serguei.spit...@oracle.com> wrote: > On 5/15/14 1:19 PM, Krystal Mok wrote: > > Hi everyone, > > May I have a couple of revi

Re: RFR(XS): 8043264: hsdis library not picked up correctly on expected paths

2014-05-16 Thread serguei.spit...@oracle.com
On 5/15/14 1:19 PM, Krystal Mok wrote: Hi everyone, May I have a couple of review for this small patch, please? *Bug*: https://bugs.openjdk.java.net/browse/JDK-8043264 *Patch*: (against jdk9/hs) diff -r 466b58fa837b src/share/vm/compiler/disassembler.cpp --- a/src/share/vm/compiler/disassembl

Re: RFR: backport 8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg

2014-05-16 Thread Mandy Chung
Thumbs up. AFAIK, as the patch is imported without change, the backport doesn't need to be re-reviewed. Mandy On 5/16/2014 2:59 AM, Mattias Tobiasson wrote: Hi, This is just a backport from jdk9 to jdk8u. Could someone please review and push them? The bug that needs to be fixed is: https://

Re: RFR(S): JDK-8041435 Make JDWP socket connector accept only local connections by default

2014-05-16 Thread Dmitry Samersoff
Serguei, Thanks. will fix indend before push. -Dmitry On 2014-05-16 22:24, serguei.spit...@oracle.com wrote: > Dmitry, > > The lines 197-241 still have wrong indent - must be 4. > Otherwise, it is good - reviewed. > > Thanks, > Serguei > > On 5/16/14 8:19 AM, Dmitry Samersoff wrote: >> Sergue

Re: RFR(S): JDK-8041435 Make JDWP socket connector accept only local connections by default

2014-05-16 Thread serguei.spit...@oracle.com
Dmitry, The lines 197-241 still have wrong indent - must be 4. Otherwise, it is good - reviewed. Thanks, Serguei On 5/16/14 8:19 AM, Dmitry Samersoff wrote: Serguei, Fixed in place, please press shift-reload. http://cr.openjdk.java.net/~dsamersoff/JDK-8041435/webrev.02/ -Dmitry On 2014-05-

Re: RFR(S): JDK-8041435 Make JDWP socket connector accept only local connections by default

2014-05-16 Thread Dmitry Samersoff
Serguei, Fixed in place, please press shift-reload. http://cr.openjdk.java.net/~dsamersoff/JDK-8041435/webrev.02/ -Dmitry On 2014-05-16 03:19, serguei.spit...@oracle.com wrote: > On 5/15/14 3:20 PM, serguei.spit...@oracle.com wrote: >> Dmitry, >> >> I've reviewed the .01 webrev. > > Sorry, wan

Re: Need comments on JEP-158: Unified JVM Logging

2014-05-16 Thread Dmitry Samersoff
Fredrik, 1. I'm not sure we have to provide user-configurable decoration. It add complication to logger because not all decorations available for all components and it creates a burden for customer support because all tools would have to support different log formats. 2. Backend might be

Re: Need comments on JEP-158: Unified JVM Logging

2014-05-16 Thread Mario Torre
On Fri, 2014-05-16 at 11:45 +0100, Richard Warburton wrote: > Hi, Hi all, I share this same doubts, and I'm also a bit confused. > I'm not saying that an abstract framework should depend upon the details of > the different components but if you had component definable markers for the > type of i

Re: Need comments on JEP-158: Unified JVM Logging

2014-05-16 Thread Fredrik Arvidsson
Hi Richard, thanks for the feedback. In the JEP I tried to explain the concept of 'sub' loggers but I did not put in anything about the intent of having them. I think that your requirement easily could be solved using sub loggers, or sub components if you like that wording better. Loggers ar

Re: Need comments on JEP-158: Unified JVM Logging

2014-05-16 Thread Richard Warburton
Hi, Please help me review this updated version of the JEP-158 Unified JVM > Logging that was pushed today to the JEP repository. > > Since the service posting the JEPs to http://openjdk.java.net/jeps/ site > seems to be non working at the moment I am linking directly to the HG > repository instead

Re: JEP 167

2014-05-16 Thread Staffan Larsen
On 16 maj 2014, at 10:59, Mario Torre wrote: > On Fri, 2014-05-16 at 09:12 +0200, Staffan Larsen wrote: > > Hello Staffan, > > Thanks for the quick reply. > >> JEP 167 is done and should be in the completed state. I’ll see if I >> can get that updated. The relevant bug (with change set inform

RFR: backport 8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg

2014-05-16 Thread Mattias Tobiasson
Hi, This is just a backport from jdk9 to jdk8u. Could someone please review and push them? The bug that needs to be fixed is: https://bugs.openjdk.java.net/browse/JDK-8030628 That patch depends on another patch that also has to be backported. I have added both patches in this review. Both patches

Re: JEP 167

2014-05-16 Thread Mario Torre
On Fri, 2014-05-16 at 09:12 +0200, Staffan Larsen wrote: Hello Staffan, Thanks for the quick reply. > JEP 167 is done and should be in the completed state. I’ll see if I > can get that updated. The relevant bug (with change set information) > is: https://bugs.openjdk.java.net/browse/JDK-8005849.

Need comments on JEP-158: Unified JVM Logging

2014-05-16 Thread Fredrik Arvidsson
Hi all Please help me review this updated version of the JEP-158 Unified JVM Logging that was pushed today to the JEP repository. Since the service posting the JEPs to http://openjdk.java.net/jeps/ site seems to be non working at the moment I am linking directly to the HG repository instead.

Re: RFR(S): JDK-8041435 Make JDWP socket connector accept only local connections by default

2014-05-16 Thread Dmitry Samersoff
Serguei, Thank you for the review! see below. On 2014-05-16 02:20, serguei.spit...@oracle.com wrote: > Dmitry, > > I've reviewed the .01 webrev. > > src/share/transport/socket/socketTransport.c > > Lines 197-240: to be consistent with the rest of the file the indent must be > 4, not 2. > >

Re: JEP 167

2014-05-16 Thread Staffan Larsen
JEP 167 is done and should be in the completed state. I’ll see if I can get that updated. The relevant bug (with change set information) is: https://bugs.openjdk.java.net/browse/JDK-8005849. For seeing what instrumentation has been added, take a look at src/share/vm/trace/trace.xml which lists

Re: RFR(XS): 8043264: hsdis library not picked up correctly on expected paths

2014-05-16 Thread Krystal Mok
Thank you, Staffan! Best regards, Kris On Thu, May 15, 2014 at 11:46 PM, Staffan Larsen wrote: > > On 15 maj 2014, at 22:19, Krystal Mok wrote: > > Hi everyone, > > May I have a couple of review for this small patch, please? > > *Bug*: https://bugs.openjdk.java.net/browse/JDK-8043264 > > *Patc