On Mon, 2016-02-22 at 13:16 -0500, Andrew Hughes wrote:
> > > Also, not sure why you need two URLs here? What is the difference between
> > > webrev (the one I review) and 'HG export'?
> >
> > Convenience. If you don't use the hg-exports, that's fine by me. Some
> > people prefer that over webrev
- Original Message -
> On Mon, 2016-02-22 at 13:16 -0500, Andrew Hughes wrote:
> > > > Also, not sure why you need two URLs here? What is the difference
> > > > between
> > > > webrev (the one I review) and 'HG export'?
> > >
> > > Convenience. If you don't use the hg-exports, that's fin
Changeset: ef39ed3d2518
Author:sgehwolf
Date: 2015-11-04 11:34 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/ef39ed3d2518
6425769: Allow specifying an address to bind JMX remote connector
Reviewed-by: jbachorik, dfuchs
! src/share/classes/sun/management/jmxremote/Connec
Changeset: 631da593499e
Author:sgehwolf
Date: 2015-12-18 08:55 +0100
URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/631da593499e
6425769: Allow specifying an address to bind JMX remote connector
Reviewed-by: jbachorik, dfuchs
! src/share/vm/services/diagnosticCommand.cpp
!
- Original Message -
> Hi,
>
> Please approve and sponsor the following fix for JDK-6425769 to 7u-dev.
> It's a one-to-one backport from the fix which went into JDK 8 and JDK
> 9. What needed changing is the test to account for JDK 7 and
> accompanying testlibrary. There were also two su