- 25 11月, 2008 1 次提交
-
-
由 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
-
- 21 11月, 2008 2 次提交
-
-
由 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
-
- 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 1 次提交
-
-
由 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
-
- 13 11月, 2008 2 次提交
- 12 11月, 2008 3 次提交
- 08 11月, 2008 2 次提交
-
-
由 kvn 提交于
Summary: Inline biased locking code in C2 ideal graph during macro nodes expansion Reviewed-by: never
-
由 coleenp 提交于
Summary: sparc code for gen_subtype_check was doing an ld for a compressed oop with the sign bit set so not comparing, leading to a ClassCastException. Reviewed-by: phh, never, acorn, kvn, xlu
-
- 07 11月, 2008 2 次提交
- 31 10月, 2008 2 次提交
- 29 10月, 2008 3 次提交
- 23 10月, 2008 1 次提交
-
-
由 acorn 提交于
Summary: CDS hardcoded max c++ virtual method table increased Reviewed-by: coleenp, xlu, jmasa
-
- 22 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 15 10月, 2008 2 次提交
- 14 10月, 2008 3 次提交
-
-
由 coleenp 提交于
6700107: java/lang/Class/forName/TooManyDimensions.java crashes with SIGSEGV in c2 compiler with fastdebug Summary: objArrayKlass::compute_modifier_flags was unnecessarily recursive Reviewed-by: kamg
-
由 rasbold 提交于
Summary: suppress constant folding of double divides and multiplications on ia32 Reviewed-by: never
-
由 iveresov 提交于
Summary: Avoid growth of a GrowableArray backend of HeapRegionSeq. Reviewed-by: tonyp, jcoomes
-
- 11 10月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: add match rule for xor -1 Reviewed-by: never, kvn
-
- 08 10月, 2008 1 次提交
-
-
由 ksrini 提交于
Summary: Fixes assertions caused by one jvm_entry calling another, solved by refactoring code and modified gamma test. Reviewed-by: dholmes, xlu
-
- 07 10月, 2008 3 次提交
-
-
由 iveresov 提交于
Summary: The per-lgrp chuck size can be incorrectly computed (causing an assertion failure) because of the non-associativity of the floating point operations. The fix is to rearrange the operations. Reviewed-by: ysr
-
由 xlu 提交于
6673124: Runtime.availableProcessors / os::active_processor_count wrong if unused processor sets exist Reviewed-by: acorn, dholmes
-
由 tonyp 提交于
Summary: Introduce parallel heap verification in G1. Reviewed-by: jcoomes, apetrusenko
-
- 04 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: rasbold, kvn
-
- 03 10月, 2008 2 次提交
- 02 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag. Reviewed-by: never
-
- 01 10月, 2008 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: tonyp, jmasa, apetrusenko
-