prr [Tue, 28 Oct 2014 13:31:06 -0700] rev 27503
Merge
alexsch [Wed, 29 Oct 2014 01:48:54 +0400] rev 27502
8061592: wrong javadoc parameters for firePropertyChange()
Reviewed-by: azvegint
serb [Fri, 24 Oct 2014 11:41:08 +0400] rev 27501
7154054: [macosx] Can't distinguish the focus move to next cell
Reviewed-by: azvegint, alexsch
serb [Thu, 23 Oct 2014 19:59:27 +0400] rev 27500
8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
Reviewed-by: bae, prr
weijun [Wed, 12 Nov 2014 10:47:08 +0800] rev 27499
8063087: policytool reports error message with prefix of "java.lang.Exception"
Reviewed-by: xuelei
vinnie [Tue, 11 Nov 2014 20:11:34 +0000] rev 27498
8046777: apple.security.KeychainStore has a problem searching for identities
Reviewed-by: mullan
Contributed-by: David Kocher <dkocher@iterate.ch>
amurillo [Tue, 11 Nov 2014 11:29:20 -0800] rev 27497
Merge
amurillo [Fri, 07 Nov 2014 06:35:24 -0800] rev 27496
Merge
dholmes [Tue, 04 Nov 2014 18:37:24 -0500] rev 27495
8036616: [TESTBUG] Embedded: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be launched with -XX:+UsePerfData
Reviewed-by: dholmes, jbachorik
Contributed-by: Pavel Chistyakov <pavel.chistyakov@oracle.com>
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