Wed, 03 Dec 2008 13:41:37 -0800 6775880: EA +DeoptimizeALot: assert(mon_info->owner()->is_locked(),"object must be locked now")
kvn [Wed, 03 Dec 2008 13:41:37 -0800] rev 1613
6775880: EA +DeoptimizeALot: assert(mon_info->owner()->is_locked(),"object must be locked now") Summary: Create new "eliminated" BoxLock node for monitor debug info when corresponding locks are eliminated. Reviewed-by: never
Tue, 25 Nov 2008 13:14:07 -0800 6756768: C1 generates invalid code
never [Tue, 25 Nov 2008 13:14:07 -0800] rev 1612
6756768: C1 generates invalid code Reviewed-by: kvn, jrose
Wed, 03 Dec 2008 14:44:48 -0800 Merge
jmasa [Wed, 03 Dec 2008 14:44:48 -0800] rev 1611
Merge
Mon, 01 Dec 2008 23:25:24 -0800 6778647: snap(), snap_policy() should be renamed setup(), setup_policy()
ysr [Mon, 01 Dec 2008 23:25:24 -0800] rev 1610
6778647: snap(), snap_policy() should be renamed setup(), setup_policy() Summary: Renamed Reference{Policy,Pocessor} methods from snap{,_policy}() to setup{,_policy}() Reviewed-by: apetrusenko
Thu, 27 Nov 2008 18:19:23 -0800 6743339: Enable building sa-jdi.jar and sawindbg.dll on Windows with hotspot build
poonam [Thu, 27 Nov 2008 18:19:23 -0800] rev 1609
6743339: Enable building sa-jdi.jar and sawindbg.dll on Windows with hotspot build Summary: These changes enable the SA binaries build with hotspot build on Windows Reviewed-by: swamyv
Wed, 26 Nov 2008 09:24:57 -0800 Merge
iveresov [Wed, 26 Nov 2008 09:24:57 -0800] rev 1608
Merge
Mon, 24 Nov 2008 09:53:31 -0800 6774607: SIGSEGV or (!is_null(v),"oop value can never be zero") assertion when running with CMS and COOPs
ysr [Mon, 24 Nov 2008 09:53:31 -0800] rev 1607
6774607: SIGSEGV or (!is_null(v),"oop value can never be zero") assertion when running with CMS and COOPs Summary: Use the more permissive set_klass_or_null() and klass_or_null() interfaces in ParNew's workqueue overflow code that manipulates the klass-word. Reviewed-by: coleenp
Thu, 20 Nov 2008 16:56:09 -0800 6684579: SoftReference processing can be made more efficient
ysr [Thu, 20 Nov 2008 16:56:09 -0800] rev 1606
6684579: SoftReference processing can be made more efficient Summary: For current soft-ref clearing policies, we can decide at marking time if a soft-reference will definitely not be cleared, postponing the decision of whether it will definitely be cleared to the final reference processing phase. This can be especially beneficial in the case of concurrent collectors where the marking is usually concurrent but reference processing is usually not. Reviewed-by: jmasa
Thu, 20 Nov 2008 12:27:41 -0800 6722113: CMS: Incorrect overflow handling during precleaning of Reference lists
ysr [Thu, 20 Nov 2008 12:27:41 -0800] rev 1605
6722113: CMS: Incorrect overflow handling during precleaning of Reference lists Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery. Reviewed-by: apetrusenko, jcoomes
Tue, 25 Nov 2008 15:59:23 -0500 Merge
kamg [Tue, 25 Nov 2008 15:59:23 -0500] rev 1604
Merge
Mon, 24 Nov 2008 14:45:47 -0500 6474243: suspicious jvmti code that uses oop unsafely across GC point
coleenp [Mon, 24 Nov 2008 14:45:47 -0500] rev 1603
6474243: suspicious jvmti code that uses oop unsafely across GC point Summary: oop stored in unsafely in Lscratch noticed by visual inspection will not be updated by GC. Reviewed-by: kamg, never, kvn
Sat, 22 Nov 2008 00:16:09 -0800 6554406: Change switch UseVMInterruptibleIO default to false (sol)
xlu [Sat, 22 Nov 2008 00:16:09 -0800] rev 1602
6554406: Change switch UseVMInterruptibleIO default to false (sol) Summary: The default value of UseVMInterruptibleIO is changed to false for JDK 7, but the default isn't changed for JDK 6 and earlier. Reviewed-by: never, acorn, dholmes, kamg, alanb
Fri, 21 Nov 2008 15:10:14 -0500 Merge
kamg [Fri, 21 Nov 2008 15:10:14 -0500] rev 1601
Merge
Fri, 21 Nov 2008 08:09:11 -0800 6676175: BigApps crash JVM Client VM (build 10.0-b22, mixed mode, sharing) with SIGSEGV (0xb)
coleenp [Fri, 21 Nov 2008 08:09:11 -0800] rev 1600
6676175: BigApps crash JVM Client VM (build 10.0-b22, mixed mode, sharing) with SIGSEGV (0xb) Summary: Add test for biased locking epoch before walking own thread stack in case of rare race Reviewed-by: phh, never
Thu, 04 Dec 2008 11:10:13 -0800 Added tag jdk7-b41 for changeset 49f1a8464e11
xdono [Thu, 04 Dec 2008 11:10:13 -0800] rev 1599
Added tag jdk7-b41 for changeset 49f1a8464e11
Mon, 15 Dec 2008 10:24:35 -0800 Merge
xdono [Mon, 15 Dec 2008 10:24:35 -0800] rev 1598
Merge
Fri, 05 Dec 2008 17:18:04 -0800 6781784: Fix ant link in build readme
ohair [Fri, 05 Dec 2008 17:18:04 -0800] rev 1597
6781784: Fix ant link in build readme Reviewed-by: michaelm
Thu, 04 Dec 2008 11:10:08 -0800 Added tag jdk7-b41 for changeset 9d3c7a336f93
xdono [Thu, 04 Dec 2008 11:10:08 -0800] rev 1596
Added tag jdk7-b41 for changeset 9d3c7a336f93
Wed, 05 Jul 2017 16:44:10 +0200 Added tag jdk7-b41 for changeset 3cb2a607c347
duke [Wed, 05 Jul 2017 16:44:10 +0200] rev 1595
Added tag jdk7-b41 for changeset 3cb2a607c347
Wed, 05 Jul 2017 16:44:09 +0200 Merge jdk7-b41
duke [Wed, 05 Jul 2017 16:44:09 +0200] rev 1594
Merge
Wed, 05 Jul 2017 16:44:07 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:07 +0200] rev 1593
Merge
Fri, 21 Nov 2008 15:21:41 -0800 Merge
tbell [Fri, 21 Nov 2008 15:21:41 -0800] rev 1592
Merge
Wed, 12 Nov 2008 14:17:03 +0000 6768932: Add support for multiline diagnostics
mcimadamore [Wed, 12 Nov 2008 14:17:03 +0000] rev 1591
6768932: Add support for multiline diagnostics Summary: Added basic support for multiline/tabular diagnostics Reviewed-by: jjg
Thu, 20 Nov 2008 11:39:58 -0800 Added tag jdk7-b40 for changeset 5db12b3a75ea
xdono [Thu, 20 Nov 2008 11:39:58 -0800] rev 1590
Added tag jdk7-b40 for changeset 5db12b3a75ea
Wed, 05 Jul 2017 16:44:04 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:04 +0200] rev 1589
Merge
Thu, 20 Nov 2008 11:39:44 -0800 Added tag jdk7-b40 for changeset a0bb1aca37c4
xdono [Thu, 20 Nov 2008 11:39:44 -0800] rev 1588
Added tag jdk7-b40 for changeset a0bb1aca37c4
Wed, 05 Jul 2017 16:44:02 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:02 +0200] rev 1587
Merge
Thu, 20 Nov 2008 11:39:42 -0800 Added tag jdk7-b40 for changeset 116996236e31
xdono [Thu, 20 Nov 2008 11:39:42 -0800] rev 1586
Added tag jdk7-b40 for changeset 116996236e31
Wed, 05 Jul 2017 16:44:00 +0200 Merge
duke [Wed, 05 Jul 2017 16:44:00 +0200] rev 1585
Merge
Thu, 20 Nov 2008 11:39:35 -0800 Added tag jdk7-b40 for changeset 14c451a86ec1
xdono [Thu, 20 Nov 2008 11:39:35 -0800] rev 1584
Added tag jdk7-b40 for changeset 14c451a86ec1
Wed, 05 Jul 2017 16:43:58 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:58 +0200] rev 1583
Merge
Fri, 21 Nov 2008 15:21:12 -0800 Merge
tbell [Fri, 21 Nov 2008 15:21:12 -0800] rev 1582
Merge
Fri, 14 Nov 2008 17:22:10 +0100 6683213: CounterMonitor's derived Gauge badly initialized
dfuchs [Fri, 14 Nov 2008 17:22:10 +0100] rev 1581
6683213: CounterMonitor's derived Gauge badly initialized Reviewed-by: emcmanus
Thu, 13 Nov 2008 23:25:10 -0800 6745052: SLServerSocket file descriptor leak
xuelei [Thu, 13 Nov 2008 23:25:10 -0800] rev 1580
6745052: SLServerSocket file descriptor leak Summary: SSLServerSocketImpl.checkEnabledSuites() does not release the temporary socket properly Reviewed-by: wetmore, weijun
Thu, 13 Nov 2008 23:08:11 -0800 6728126: Parsing Extensions in Client Hello message is done in a wrong way
xuelei [Thu, 13 Nov 2008 23:08:11 -0800] rev 1579
6728126: Parsing Extensions in Client Hello message is done in a wrong way Summary: the inputStream.read(byte[], int, 0) is not always return zero. Reviewed-by: wetmore, weijun
Thu, 13 Nov 2008 11:15:01 -0800 Merge
tbell [Thu, 13 Nov 2008 11:15:01 -0800] rev 1578
Merge
Thu, 13 Nov 2008 09:40:51 +0000 Merge
chegar [Thu, 13 Nov 2008 09:40:51 +0000] rev 1577
Merge
Wed, 12 Nov 2008 16:38:17 +0000 6755625: Add HttpURLConnection.setFixedLengthStreamingMode(long)
chegar [Wed, 12 Nov 2008 16:38:17 +0000] rev 1576
6755625: Add HttpURLConnection.setFixedLengthStreamingMode(long) Reviewed-by: jccollet
Wed, 12 Nov 2008 16:01:06 +0800 6765491: Krb5LoginModule a little too restrictive, and the doc is not clear.
weijun [Wed, 12 Nov 2008 16:01:06 +0800] rev 1575
6765491: Krb5LoginModule a little too restrictive, and the doc is not clear. Reviewed-by: valeriep
Wed, 12 Nov 2008 16:00:22 +0800 6733095: Failure when SPNEGO request non-Mutual
weijun [Wed, 12 Nov 2008 16:00:22 +0800] rev 1574
6733095: Failure when SPNEGO request non-Mutual Reviewed-by: valeriep
Tue, 11 Nov 2008 09:07:58 +0000 Merge
alanb [Tue, 11 Nov 2008 09:07:58 +0000] rev 1573
Merge
Tue, 11 Nov 2008 08:59:43 +0000 6763122: ZipFile ctor does not throw exception when file is not a zip file
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
Fri, 07 Nov 2008 19:19:08 +0100 6336968: Methods to convert AttributeList to/from Map
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
Fri, 07 Nov 2008 11:48:07 +0100 5072267: A way to communicate client context such as locale to the JMX server
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
Thu, 06 Nov 2008 12:12:39 -0500 6765046: CertPathValidatorException(Throwable).getMessage() always returns null since b37
mullan [Thu, 06 Nov 2008 12:12:39 -0500] rev 1569
6765046: CertPathValidatorException(Throwable).getMessage() always returns null since b37 Reviewed-by: vinnie
Thu, 06 Nov 2008 11:58:06 -0500 Merge
mullan [Thu, 06 Nov 2008 11:58:06 -0500] rev 1568
Merge
Wed, 05 Nov 2008 15:55:00 -0500 6744888: OCSP validation code should permit some clock skew when checking validity of OCSP responses
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
Thu, 20 Nov 2008 11:39:49 -0800 Added tag jdk7-b40 for changeset eb261bd963b2
xdono [Thu, 20 Nov 2008 11:39:49 -0800] rev 1566
Added tag jdk7-b40 for changeset eb261bd963b2
Wed, 05 Jul 2017 16:43:53 +0200 Merge
duke [Wed, 05 Jul 2017 16:43:53 +0200] rev 1565
Merge
Fri, 21 Nov 2008 16:11:18 -0800 6775176: Bump HS14 build number to 08
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
Fri, 21 Nov 2008 16:11:03 -0800 Merge
trims [Fri, 21 Nov 2008 16:11:03 -0800] rev 1563
Merge
Wed, 19 Nov 2008 14:20:51 -0800 Merge
iveresov [Wed, 19 Nov 2008 14:20:51 -0800] rev 1562
Merge
Tue, 18 Nov 2008 14:52:33 -0800 6771742: Remove duplicate files from G1 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
Fri, 14 Nov 2008 14:23:05 -0800 6770608: G1: Mutator thread can flush barrier and satb queues during safepoint
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
Fri, 07 Nov 2008 12:52:16 -0800 6769128: failure to run generateJvmOffsets is ignored
jcoomes [Fri, 07 Nov 2008 12:52:16 -0800] rev 1559
6769128: failure to run generateJvmOffsets is ignored Reviewed-by: xlu
Tue, 11 Nov 2008 22:21:13 -0800 6718879: cannot build on solaris nevada
jcoomes [Tue, 11 Nov 2008 22:21:13 -0800] rev 1558
6718879: cannot build on solaris nevada Reviewed-by: xlu
Wed, 29 Oct 2008 06:30:02 -0700 6765804: GC "dead ratios" should be unsigned
jcoomes [Wed, 29 Oct 2008 06:30:02 -0700] rev 1557
6765804: GC "dead ratios" should be unsigned Reviewed-by: ysr, tonyp
Wed, 19 Nov 2008 09:09:31 -0800 Merge
kvn [Wed, 19 Nov 2008 09:09:31 -0800] rev 1556
Merge
Tue, 18 Nov 2008 14:47:36 -0800 6773078: UseCompressedOops: assert(kid == 0L || s->_leaf->in(0) == 0L,"internal operands have no control")
kvn [Tue, 18 Nov 2008 14:47:36 -0800] rev 1555
6773078: UseCompressedOops: assert(kid == 0L || s->_leaf->in(0) == 0L,"internal operands have no control") Summary: Don't set the control edge of a klass load node. Reviewed-by: never
Tue, 18 Nov 2008 12:40:28 -0800 6766316: assert(!nocreate,"Cannot build a phi for a block already parsed.")
kvn [Tue, 18 Nov 2008 12:40:28 -0800] rev 1554
6766316: assert(!nocreate,"Cannot build a phi for a block already parsed.") Summary: Don't use the invariant local information if there are irreducible loops. Reviewed-by: never
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip