jbachorik [Thu, 25 Sep 2014 12:51:43 +0200] rev 26734
8059034: ProcessTools.startProcess() might leak processes
Reviewed-by: sla, miauno
bchristi [Wed, 24 Sep 2014 15:02:19 -0700] rev 26733
8050142: Optimize java.util.Formatter
Reviewed-by: sherman, bchristi, lagergren
igerasim [Thu, 25 Sep 2014 00:19:11 +0400] rev 26732
8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
Reviewed-by: alanb
shade [Wed, 24 Sep 2014 09:43:10 -0700] rev 26731
8058643: (str) Re-examine hashCode implementation
Reviewed-by: martin, alanb, sherman, redestad
kshefov [Wed, 24 Sep 2014 14:19:25 +0400] rev 26730
8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
Reviewed-by: serb, prr
Contributed-by: srinivasan.raghavan@oracle.com
jbachorik [Wed, 24 Sep 2014 11:55:36 +0200] rev 26729
8057149: sun/management/jmxremote/startstop/JMXStartStopTest.java fails with "Starting agent on port ... should report port in use"
Reviewed-by: sla
jbachorik [Wed, 24 Sep 2014 11:55:27 +0200] rev 26728
8058899: Put test 'java/lang/instrument/NativeMethodPrefixAgent.java' on ProblemList
Reviewed-by: sla
bpb [Mon, 22 Sep 2014 16:59:23 -0700] rev 26727
4477961: java.lang.Math.toDegrees(double) could be optimized
Summary: Change toDegrees() and toRadians() to multiplication by a compile-time constant.
Reviewed-by: mduigou, shade
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26726
8058652: java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java should be quarantined
Reviewed-by: jbachorik
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26725
8058651: com/sun/jdi/RedefinePop.sh should be quarantined
Reviewed-by: jbachorik
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26724
8058649: java/lang/management/ThreadMXBean/FindDeadlocks.java should be quarantined
Reviewed-by: jbachorik
miauno [Thu, 18 Sep 2014 11:34:14 +0200] rev 26723
8058647: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be quarantined
Reviewed-by: jbachorik
bpb [Mon, 22 Sep 2014 10:41:45 -0700] rev 26722
8043740: Doubles with large exponents overflow to Infinity incorrectly
Summary: Modify test of exponent overflow to account for subsequent decrement.
Reviewed-by: darcy
Contributed-by: Sandipan Razzaque <me@sandipan.net>
sgabdura [Mon, 22 Sep 2014 10:47:27 +0200] rev 26721
8057564: JVM hangs at getAgentProperties after attaching to VM with lower
Summary: Create custom Security Descriptor for Named Pipe.
Reviewed-by: mgronlun, dsamersoff, uta
redestad [Fri, 19 Sep 2014 16:34:59 +0200] rev 26720
8055032: Improve numerical parsing in java.net and sun.net
Reviewed-by: alanb