poonam [Thu, 04 Dec 2008 17:48:02 -0800] rev 1619
Merge
poonam [Thu, 04 Dec 2008 17:29:56 -0800] rev 1618
6739363: Xcheck jni doesn't check native function arguments
Summary: Fix adds support for verifying arguments with -Xcheck:jni.
Reviewed-by: coleenp
jmasa [Thu, 04 Dec 2008 13:21:16 -0800] rev 1617
Merge
jmasa [Thu, 04 Dec 2008 09:04:46 -0800] rev 1616
Merge
iveresov [Wed, 03 Dec 2008 14:18:57 -0800] rev 1615
6779436: NUMA allocator: libnuma expects certain size of the buffer in numa_node_to_cpus()
Summary: In os::Linux::rebuild_cpu_to_node_map() fix the size of the CPU bitmap. Fixed arithmetic in MutableNUMASpace::adaptive_chunk_size() that could cause overflows and underflows of the chunk_size variable.
Reviewed-by: apetrusenko
kvn [Thu, 04 Dec 2008 08:55:34 -0800] rev 1614
Merge
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
never [Tue, 25 Nov 2008 13:14:07 -0800] rev 1612
6756768: C1 generates invalid code
Reviewed-by: kvn, jrose
jmasa [Wed, 03 Dec 2008 14:44:48 -0800] rev 1611
Merge
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
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
iveresov [Wed, 26 Nov 2008 09:24:57 -0800] rev 1608
Merge
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
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
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
kamg [Tue, 25 Nov 2008 15:59:23 -0500] rev 1604
Merge
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
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
kamg [Fri, 21 Nov 2008 15:10:14 -0500] rev 1601
Merge
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
xdono [Thu, 04 Dec 2008 11:10:13 -0800] rev 1599
Added tag jdk7-b41 for changeset 49f1a8464e11
xdono [Mon, 15 Dec 2008 10:24:35 -0800] rev 1598
Merge
ohair [Fri, 05 Dec 2008 17:18:04 -0800] rev 1597
6781784: Fix ant link in build readme
Reviewed-by: michaelm
xdono [Thu, 04 Dec 2008 11:10:08 -0800] rev 1596
Added tag jdk7-b41 for changeset 9d3c7a336f93
duke [Wed, 05 Jul 2017 16:44:10 +0200] rev 1595
Added tag jdk7-b41 for changeset 3cb2a607c347
duke [Wed, 05 Jul 2017 16:44:09 +0200] rev 1594
Merge
duke [Wed, 05 Jul 2017 16:44:07 +0200] rev 1593
Merge
tbell [Fri, 21 Nov 2008 15:21:41 -0800] rev 1592
Merge
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
xdono [Thu, 20 Nov 2008 11:39:58 -0800] rev 1590
Added tag jdk7-b40 for changeset 5db12b3a75ea