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
bpb [Fri, 07 Aug 2015 07:10:44 -0700] rev 32095
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
Summary: Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar
simonis [Fri, 07 Aug 2015 10:25:19 +0200] rev 32094
8132551: Initialize local varibales before returning them in p11_convert.c
Reviewed-by: wetmore