- 20 11月, 2010 3 次提交
- 19 11月, 2010 3 次提交
- 17 11月, 2010 5 次提交
-
-
由 zgu 提交于
-
由 johnc 提交于
-
由 iveresov 提交于
Summary: Fix policy reaction to C1 comilation failures, make C1 properly report errors. Reviewed-by: kvn
-
由 johnc 提交于
Summary: An evacuation failure while copying the roots caused an object, A, to be forwarded to itself. During the subsequent RSet updating a reference to A was processed causing the reference to be added to the RSet of A's heap region. As a result of adding to the remembered set we ran into the issue described in 6930581 - the sparse table expanded and the RSet scanning code walked the cards in one instance of RHashTable (_cur) while the occupied() counts the cards in the expanded table (_next). Reviewed-by: tonyp, iveresov
-
由 ysr 提交于
Summary: Weakened assert in onj_is_alive() to allow its use at initialization time when is_at_safepoint() normally reports false; added some related asserts to check order of is_init_completed() after Universe::is_fully_initialized(). Reviewed-by: jcoomes
-
- 16 11月, 2010 1 次提交
-
-
由 jmasa 提交于
-
- 13 11月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: HeapBaseMinAddress should be used only for a default heap size calculation. Reviewed-by: iveresov, jcoomes, dholmes
-
- 12 11月, 2010 7 次提交
- 11 11月, 2010 2 次提交
- 10 11月, 2010 3 次提交
-
-
由 kvn 提交于
Summary: fix index check Reviewed-by: never
-
由 iveresov 提交于
Summary: The plug that guards the use of compressed oops with invokedynamic needs to be removed Reviewed-by: twisti, kvn
-
由 ysr 提交于
6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on Reviewed-by: tonyp
-
- 09 11月, 2010 1 次提交
-
-
由 iveresov 提交于
-
- 07 11月, 2010 2 次提交
- 06 11月, 2010 4 次提交
-
-
由 iveresov 提交于
-
由 iveresov 提交于
Summary: Fix the compiler error. Allow to build just c2 specifying FORCE_TIERED=0 on the command line. Reviewed-by: never, kvn
-
由 ysr 提交于
Summary: Since we are at a stop-world pause, the existing CMS-phase checks are sufficient for safety, and the locking check can be safely elided. Elaborated documentation comment to the case where class unloading and verification are disabled, and the query happens when we aren't in the sweeping phase, where the answer "false" would be (almost everywhere) too pessimistic. Reviewed-by: jmasa, johnc, tonyp
-
由 jrose 提交于
Summary: Add missing line to vmStructs. Also fix bug with class dumper. Reviewed-by: twisti, kvn
-
- 05 11月, 2010 6 次提交
- 04 11月, 2010 1 次提交
-
-
由 ptisnovs 提交于
Summary: Testcase correction. Reviewed-by: never
-
- 03 11月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Turn CDS off if compressed oops is on Reviewed-by: ysr, kvn, jcoomes, phh
-