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
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
ascarpino [Fri, 07 Nov 2014 13:07:09 -0800] rev 27487
8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
Reviewed-by: mullan, valeriep
prappo [Fri, 07 Nov 2014 15:12:04 +0000] rev 27486
8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0
Reviewed-by: vinnie
kshefov [Fri, 07 Nov 2014 14:20:56 +0400] rev 27485
8058805: [TEST_BUG]Test java/awt/TrayIcon/SecurityCheck/NoPermissionTest/NoPermissionTest.java fails
Reviewed-by: yan, alexsch
Contributed-by: pooja.chopra@oracle.com
katleman [Wed, 12 Nov 2014 20:32:25 -0800] rev 27484
Added tag jdk9-b39 for changeset d4795cb91c4d
duke [Wed, 05 Jul 2017 20:07:22 +0200] rev 27483
Merge
lana [Thu, 13 Nov 2014 09:38:49 -0800] rev 27482
Merge
amurillo [Fri, 07 Nov 2014 06:35:23 -0800] rev 27481
Merge
sla [Thu, 06 Nov 2014 19:59:32 +0000] rev 27480
Merge
coleenp [Thu, 06 Nov 2014 13:57:26 +0000] rev 27479
Merge
jmanson [Wed, 05 Nov 2014 16:47:37 -0800] rev 27478
8062116: JVMTI GetClassMethods is Slow
Summary: Allocate enough space for all jmethodids; make adding a jmethodid O(1)
Reviewed-by: coleenp, rasbold, sspitsyn
dbuck [Thu, 06 Nov 2014 08:18:10 +0000] rev 27477
Merge
dbuck [Wed, 05 Nov 2014 23:37:17 -0800] rev 27476
8058715: stability issues when being launched as an embedded JVM via JNI
Summary: Use mmap call without MAP_FIXED so we avoid corrupting already allocated memory
Reviewed-by: coleenp, dsimms
anoll [Thu, 06 Nov 2014 07:27:25 +0100] rev 27475
8062735: CodeCacheSweeperThread missing from SA
Summary: Make SA aware of the code cache sweeper thread
Reviewed-by: kvn, coleenp, sspitsyn
jiangli [Thu, 06 Nov 2014 01:31:31 +0000] rev 27474
Merge
cjplummer [Wed, 05 Nov 2014 13:00:59 -0800] rev 27473
8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code.
Reviewed-by: dholmes, minqi
coleenp [Thu, 06 Nov 2014 00:01:33 +0000] rev 27472
Merge
goetz [Wed, 29 Oct 2014 10:13:24 +0100] rev 27471
8062370: Various minor code improvements
Summary: A lot of fixes useful to improve the code quality.
Reviewed-by: coleenp, dholmes
gtriantafill [Wed, 05 Nov 2014 08:22:17 -0800] rev 27470
8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
Reviewed-by: ctornqvi, coleenp
ctornqvi [Wed, 05 Nov 2014 13:20:09 -0800] rev 27469
8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java
Summary: Fixed an issue when overflowing the MallocSite hash table bucket
Reviewed-by: coleenp, gtriantafill
ctornqvi [Wed, 05 Nov 2014 13:18:51 -0800] rev 27468
8061733: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes
Summary: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes
Reviewed-by: lfoltan, gtriantafill
ctornqvi [Mon, 03 Nov 2014 11:34:13 -0800] rev 27467
8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
Summary: Update use of GetVersionEx to get correct Windows version in hs_err files
Reviewed-by: dcubed, gtriantafill