serb [Sat, 18 Jul 2015 15:12:08 +0300] rev 32110
8074831: Resolve disabled warnings for libjsound
Reviewed-by: amenkov, azvegint
serb [Sat, 18 Jul 2015 15:09:28 +0300] rev 32109
8130937: Several methods in BeanProperty return null instead of boolean value
Reviewed-by: alexsch
avstepan [Tue, 11 Aug 2015 20:46:46 +0300] rev 32108
8133188: docs: replace <tt> tags (obsolete in html5) for java.util
Reviewed-by: martin
mullan [Tue, 11 Aug 2015 08:48:18 -0400] rev 32107
8077055: Allow other named SecurityPermissions, RuntimePermissions, and AuthPermissions to be used
Reviewed-by: weijun
simonis [Tue, 11 Aug 2015 10:53:50 +0200] rev 32106
8133105: Fix getFinalAttributes() on Windows to handle more special cases
Reviewed-by: simonis, rriggs
Contributed-by: matthias.baesken@sap.com
amurillo [Mon, 10 Aug 2015 18:58:25 -0700] rev 32105
Merge
amurillo [Thu, 06 Aug 2015 13:00:45 -0700] rev 32104
Merge
olagneau [Mon, 03 Aug 2015 15:31:29 +0200] rev 32103
8130339: Add tracing info to LowMemoryTest.java to help 8130339 diagnosis
Summary: Run test with traces even when timeout occurs.
Reviewed-by: jbachorik, sspitsyn
jiangli [Fri, 31 Jul 2015 16:00:29 -0400] rev 32102
Merge
jbachorik [Fri, 31 Jul 2015 15:29:34 +0200] rev 32101
8129215: com.sun.jmx.mbeanserver.Introspector may provide results inconsistent with the JavaBeans Introspector
Reviewed-by: dfuchs
dsamersoff [Thu, 30 Jul 2015 16:29:13 +0300] rev 32100
8059036: Implement Diagnostic Commands for heap and finalizerinfo
Summary: Implement Diagnostic Commands for heap and finalizerinfo
Reviewed-by: sla, plevart, mchung
bpb [Mon, 10 Aug 2015 17:26:55 -0700] rev 32099
8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
Summary: Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy
darcy [Mon, 10 Aug 2015 16:28:31 -0700] rev 32098
8133231: Mark TimeoutLockLoops.java as failing intermittently
Reviewed-by: lancea
bpb [Mon, 10 Aug 2015 10:50:24 -0700] rev 32097
8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
Summary: Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).
Reviewed-by: chegar
bpb [Fri, 07 Aug 2015 16:09:10 -0700] rev 32096
8133207: ParallelProbes.java test fails after changes for JDK-8080115
Summary: Do not run in othervm mode.
Reviewed-by: darcy, rriggs