weijun [Wed, 12 Nov 2008 16:00:22 +0800] rev 1574
6733095: Failure when SPNEGO request non-Mutual
Reviewed-by: valeriep
alanb [Tue, 11 Nov 2008 09:07:58 +0000] rev 1573
Merge
alanb [Tue, 11 Nov 2008 08:59:43 +0000] rev 1572
6763122: ZipFile ctor does not throw exception when file is not a zip file
Reviewed-by: bristor
emcmanus [Fri, 07 Nov 2008 19:19:08 +0100] rev 1571
6336968: Methods to convert AttributeList to/from Map
6750008: Add JMX.getSpecificationVersion(MBeanServerConnection) and document interop
6750472: Add a way to convert a CompositeData into a Map
6752563: Allow CompositeDataSupport to have zero items
Summary: Small JMX RFEs
Reviewed-by: dfuchs
emcmanus [Fri, 07 Nov 2008 11:48:07 +0100] rev 1570
5072267: A way to communicate client context such as locale to the JMX server
Summary: Support for client contexts and also for localization of descriptions
Reviewed-by: dfuchs
mullan [Thu, 06 Nov 2008 12:12:39 -0500] rev 1569
6765046: CertPathValidatorException(Throwable).getMessage() always returns null since b37
Reviewed-by: vinnie
mullan [Thu, 06 Nov 2008 11:58:06 -0500] rev 1568
Merge
mullan [Wed, 05 Nov 2008 15:55:00 -0500] rev 1567
6744888: OCSP validation code should permit some clock skew when checking validity of OCSP responses
Summary: Allow for up to 10 minutes of clock skew when validating OCSP responses
Reviewed-by: vinnie
xdono [Thu, 20 Nov 2008 11:39:49 -0800] rev 1566
Added tag jdk7-b40 for changeset eb261bd963b2
duke [Wed, 05 Jul 2017 16:43:53 +0200] rev 1565
Merge
trims [Fri, 21 Nov 2008 16:11:18 -0800] rev 1564
6775176: Bump HS14 build number to 08
Summary: Update the Hotspot build number to 08
Reviewed-by: jcoomes
trims [Fri, 21 Nov 2008 16:11:03 -0800] rev 1563
Merge
iveresov [Wed, 19 Nov 2008 14:20:51 -0800] rev 1562
Merge
jmasa [Tue, 18 Nov 2008 14:52:33 -0800] rev 1561
6771742: Remove duplicate files from G1 merge
Summary: Remove duplicate files and add includeDB_gc_g1 file in windows Makefile
Reviewed-by: jcoomes, ysr
iveresov [Fri, 14 Nov 2008 14:23:05 -0800] rev 1560
6770608: G1: Mutator thread can flush barrier and satb queues during safepoint
6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant")
Summary: When exiting a mutator thread is removed from the thread list before it has a chance to flush its SATB and barrier queues. If GC happens at this moment the objects that are refererred from these queues can be moved, which will case a crash. The fix is simply to flush the buffers before removing a thread from the list.
Reviewed-by: jcoomes, tonyp
jcoomes [Fri, 07 Nov 2008 12:52:16 -0800] rev 1559
6769128: failure to run generateJvmOffsets is ignored
Reviewed-by: xlu