- 11 12月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Make reguard_stack change access to RW, not execute and use os::protect_memory with the new parameter when change needed to X. Reviewed-by: acorn, jcoomes
-
- 09 12月, 2008 2 次提交
- 06 12月, 2008 3 次提交
- 05 12月, 2008 6 次提交
- 04 12月, 2008 3 次提交
-
-
由 jmasa 提交于
-
由 iveresov 提交于
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 提交于
Summary: Create new "eliminated" BoxLock node for monitor debug info when corresponding locks are eliminated. Reviewed-by: never
-
- 02 12月, 2008 1 次提交
-
-
由 ysr 提交于
Summary: Renamed Reference{Policy,Pocessor} methods from snap{,_policy}() to setup{,_policy}() Reviewed-by: apetrusenko
-
- 28 11月, 2008 1 次提交
-
-
由 poonam 提交于
Summary: These changes enable the SA binaries build with hotspot build on Windows Reviewed-by: swamyv
-
- 27 11月, 2008 1 次提交
-
-
由 iveresov 提交于
-
- 26 11月, 2008 2 次提交
- 25 11月, 2008 2 次提交
-
-
由 coleenp 提交于
Summary: oop stored in unsafely in Lscratch noticed by visual inspection will not be updated by GC. Reviewed-by: kamg, never, kvn
-
由 ysr 提交于
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
-
- 22 11月, 2008 5 次提交
-
-
由 xlu 提交于
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
-
由 trims 提交于
Summary: Update the Hotspot build number to 08 Reviewed-by: jcoomes
-
由 trims 提交于
-
由 kamg 提交于
-
由 coleenp 提交于
Summary: Add test for biased locking epoch before walking own thread stack in case of rare race Reviewed-by: phh, never
-
- 21 11月, 2008 3 次提交
-
-
由 ysr 提交于
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 提交于
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
-
由 xdono 提交于
-
- 20 11月, 2008 2 次提交
- 19 11月, 2008 4 次提交
-
-
由 jmasa 提交于
Summary: Remove duplicate files and add includeDB_gc_g1 file in windows Makefile Reviewed-by: jcoomes, ysr
-
由 kvn 提交于
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
-
由 kvn 提交于
Summary: Don't use the invariant local information if there are irreducible loops. Reviewed-by: never
-
由 kvn 提交于
Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files. Reviewed-by: never
-
- 15 11月, 2008 3 次提交
-
-
由 trims 提交于
Summary: Update the Hotspot build number to 07 Reviewed-by: jcoomes
-
由 trims 提交于
-
由 iveresov 提交于
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
-
- 14 11月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fixed missed entries. Reviewed-by: never
-