Greetings,
A simple bug fix. The getPlatformManagementInterfaces()
method tries to populate a TreeSet with classes that
don't implement the Comparable interface. The return
type of the method is Set>,
so no need to have a sorted collection.
The fix replaces the use of a TreeSet with a HashSet.
T
Looks good. But should we add a test for this?
/Staffan
On 2 mar 2012, at 10:42, Frederic Parain wrote:
> Greetings,
>
> A simple bug fix. The getPlatformManagementInterfaces()
> method tries to populate a TreeSet with classes that
> don't implement the Comparable interface. The return
> type o
On 2/03/2012 9:07 PM, Staffan Larsen wrote:
Looks good. But should we add a test for this?
I was about to say exactly the same thing! How has this never been noticed?
David
/Staffan
On 2 mar 2012, at 10:42, Frederic Parain wrote:
Greetings,
A simple bug fix. The getPlatformManagementInte
I was surprised too that this bug has not been
detected during testing. I can add a test for
this method, however, this is a public method
of a public class in the java.lang.management
package. I would expect the JCK to have a test
for it.
Fred
On 3/2/12 12:17 PM, David Holmes wrote:
On 2/03/20
Changeset: 161230ec7c73
Author:mcimadamore
Date: 2012-03-02 12:57 +
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/161230ec7c73
7132880: Resolve should support nested resolution contexts
Summary: Overload resolution routine should be updated so that it can be called
recu
- Original Message -
> * Andrew Hughes [2012-03-01 15:40]:
> > - Original Message -
> > > * Kelly O'Hair [2012-02-29 20:39]:
> > > > The sample.makefile.txt files may not even be used during the
> > > > build, I'm not sure.
> > > > They may have only been supplied as documentation
* Andrew Hughes [2012-03-02 10:09]:
> - Original Message -
> > * Andrew Hughes [2012-03-01 15:40]:
> > > - Original Message -
> > > > * Kelly O'Hair [2012-02-29 20:39]:
> > > > > The sample.makefile.txt files may not even be used during the
> > > > > build, I'm not sure.
> > > >
Changeset: 3664ca46bc91
Author:vinnie
Date: 2012-03-02 17:24 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3664ca46bc91
6988842: jce/ECC test fails for SunPKCS11 provider using nss library
Reviewed-by: mullan
! make/sun/security/Makefile
! src/share/classes/sun/security/pkc
Changeset: 8f61ac5986ee
Author:khazra
Date: 2012-03-02 13:48 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8f61ac5986ee
7146763: Warnings cleanup in the sun.rmi and related packages
Summary: Cleanup warnings and use jkd7 features in sun.rmi.*
Reviewed-by: smarks, chegar, for