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