- 23 10月, 2008 1 次提交
-
-
由 acorn 提交于
Summary: CDS hardcoded max c++ virtual method table increased Reviewed-by: coleenp, xlu, jmasa
-
- 14 10月, 2008 1 次提交
-
-
由 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
-
- 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 2 次提交
-
-
由 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
-
由 tonyp 提交于
Summary: Introduce parallel heap verification in G1. Reviewed-by: jcoomes, apetrusenko
-
- 03 10月, 2008 1 次提交
-
-
由 jmasa 提交于
Summary: For windows server 2003 added option to reserve large pages individually. Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
-
- 01 10月, 2008 4 次提交
- 27 9月, 2008 2 次提交
-
-
由 iveresov 提交于
Summary: Treat a chuck where the allocation has failed as fully used. Reviewed-by: ysr
-
由 coleenp 提交于
6719149: Wrong "java/lang/String should not be loaded yet" assertion in fastdebug bits with UseStringCache Summary: Assertion is invalid because java.lang.String may be initialized just before this assertion. Reviewed-by: phh
-
- 26 9月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kamg, kvn Contributed-by: volker.simonis@gmail.com
-
- 25 9月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: handle NaN costs more carefully Reviewed-by: kvn, never
-
- 24 9月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Push DecodeN node below the Null check to the non-null path to use the mach node without 0 test. Reviewed-by: rasbold, never
-
- 22 9月, 2008 1 次提交
-
-
由 tonyp 提交于
Summary: An update buffer is not processed correctly, which causes roots into the collection set not to be scanned and, hence, for the heap to be corrupted. The cause is that an object is accessed after it has been explicitly deleted, which causes a race. Reviewed-by: jcoomes, ysr
-
- 18 9月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: rasbold, jrose
-
- 17 9月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: insert CastII nodes to narrow type of load_array_length() node Reviewed-by: never, kvn
-
- 11 9月, 2008 3 次提交
- 06 9月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Add asserts with dead loop checks in AddNode::Ideal(). Reviewed-by: never
-
- 05 9月, 2008 1 次提交
-
-
由 jmasa 提交于
Summary: Changed the guard on the definition of the method value in HeapWord from ASSERT to not PRODUCT. Reviewed-by: iveresov, apetrusenko
-
- 03 9月, 2008 2 次提交
- 29 8月, 2008 2 次提交
- 28 8月, 2008 4 次提交
-
-
由 kvn 提交于
Summary: Missing edge to a call's return value in EA Connection Graph. Reviewed-by: never
-
由 jcoomes 提交于
Summary: 6730514 inadvertently disabled perm gen expansion; reenable Reviewed-by: ysr
-
由 kvn 提交于
Summary: Set offset to OffsetBot when the add overflows in TypePtr::add_offset() Reviewed-by: jrose, never
-
由 kvn 提交于
Summary: The result of step_through_mergemem() and remove_dead_region() is not checked in some cases. Reviewed-by: never
-
- 27 8月, 2008 3 次提交
-
-
由 never 提交于
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
-
由 never 提交于
Reviewed-by: rasbold, martin Contributed-by: doko@ubuntu.com
-
由 ysr 提交于
Summary: Fixed CMSConcMarkingTask::reset() to store the restart address upon a marking stack overflow and to use it as the base, suitably aligned, for restarting the scan in CMSConcMarkingTask::do_scan_and_mark(). Reviewed-by: jcoomes, tonyp
-
- 26 8月, 2008 2 次提交
- 23 8月, 2008 1 次提交
-
-
由 iveresov 提交于
6622418: G1: assert(false,"Non-balanced monitor enter/exit!") fails Summary: The mark-sweep compact (which we use for full gc) wrapper did not save the mark words for biased locked objects. The fix is to trivially call the appropriate methods. Reviewed-by: tonyp, ysr
-
- 21 8月, 2008 2 次提交
-
-
由 jmasa 提交于
Summary: The fix avoids a call to address_for_index() in this particular situation where it is not known if the passed index is in bounds. Reviewed-by: tonyp
-
由 ysr 提交于
Summary: Temporarily switch off the precleaning of Reference lists completely until related issues are fixed in 6722113. Reviewed-by: jmasa, poonam, tonyp
-
- 20 8月, 2008 1 次提交
-
-
由 tonyp 提交于
Summary: Removing two buggy methods that should not be used, but ended up being used due to a re-organization in the class hierarchy. Reviewed-by: jmasa, ysr, kamg, coleenp
-