amurillo [Mon, 16 Mar 2015 14:27:36 -0700] rev 29501
Merge
amurillo [Thu, 12 Mar 2015 19:51:36 -0700] rev 29500
Merge
iignatyev [Tue, 10 Mar 2015 21:58:55 +0000] rev 29499
Merge
iignatyev [Wed, 11 Mar 2015 00:45:02 +0300] rev 29498
8072754: com/sun/jdi/NativeInstanceFilter.java requires adjustments to work with module boundaries
Summary: The tests uses sun.misc.Version to check if the JVM version is greater than a certain version. For the JDK 9 the condition is always true and the usage of sun.misc.Version thus can be eliminated.
Reviewed-by: alanb, sla
Contributed-by: Alexander Kulyakhtin <alexander.kulyakhtin@oracle.com>
jbachorik [Tue, 10 Mar 2015 19:43:45 +0000] rev 29497
Merge
jbachorik [Tue, 10 Mar 2015 20:25:48 +0100] rev 29496
8049696: com/sun/jdi/RunToExit fails with "ConnectException: Connection refused"
Reviewed-by: sla
jbachorik [Tue, 10 Mar 2015 09:37:56 +0100] rev 29495
6712222: Race condition in java/lang/management/ThreadMXBean/AllThreadIds.java
Reviewed-by: dholmes, dfuchs
bpb [Mon, 16 Mar 2015 13:49:00 -0700] rev 29494
8075222: RandomAccessFile.getChannel changed to non-final in error
Summary: Reinstate 'final' RandomAccessFile.getChannel() declaration.
Reviewed-by: alanb
psandoz [Mon, 16 Mar 2015 17:44:34 +0100] rev 29493
8075230: Optimized count operations incorrectly declare the stream shape
Reviewed-by: chegar
avstepan [Mon, 16 Mar 2015 19:09:13 +0400] rev 29492
8028266: Tidy warnings cleanup for packages java.security/javax.security
Summary: some tidy warnings in docs were fixed
Reviewed-by: mullan, wetmore