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
jcoomes [Tue, 11 Nov 2008 22:21:13 -0800] rev 1558
6718879: cannot build on solaris nevada
Reviewed-by: xlu