mgronlun [Tue, 04 Nov 2014 14:46:25 +0100] rev 27494
8056049: getProcessCpuLoad() stops working in one process when a different process exits
Reviewed-by: ctornqvi
jbachorik [Mon, 03 Nov 2014 11:19:54 +0100] rev 27493
8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double
Reviewed-by: mchung, sla
msheppar [Tue, 11 Nov 2014 01:12:56 +0000] rev 27492
8037909: JNI warnings in jdk/src/windows/native/java/nio/MappedByteBuffer.c
Summary: added CHECK_NULL after JNI GetFieldID native call
Reviewed-by: alanb, chegar
emc [Mon, 10 Nov 2014 11:23:23 -0500] rev 27491
8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type
Summary: Add getAllGenericParameters, which attempts to report generic parameters with synthetic parameters to the best extent possible with current classfile information.
Reviewed-by: jfranck
lancea [Sun, 09 Nov 2014 17:59:06 -0500] rev 27490
8064356: Add BaseRowSet, SQLInputImpl, and SQLOutputImpl tests
Reviewed-by: joehw, rriggs
martin [Thu, 06 Nov 2014 13:18:44 -0800] rev 27489
8062771: Core reflection should use final fields whenever possible
Reviewed-by: psandoz, darcy
joehw [Fri, 07 Nov 2014 13:23:36 -0800] rev 27488
8059327: XML parser returns corrupt attribute value
Reviewed-by: lancea