- 29 6月, 2010 1 次提交
-
-
由 tonyp 提交于
Summary: array_overlap_test() fails when the address range crosses the MSB boundary. Thanks to Tom and Vladimir for their help on this one. Reviewed-by: kvn, never, iveresov
-
- 02 7月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: ysr, jmasa
-
- 30 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Adjust performance flags settings. Reviewed-by: never, phh
-
- 29 6月, 2010 2 次提交
- 25 6月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: phh
-
- 24 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Missing protected page below heap with compressed oops on Linux with large pages use. Reviewed-by: never, phh, jcoomes
-
- 23 6月, 2010 2 次提交
- 22 6月, 2010 2 次提交
- 19 6月, 2010 1 次提交
-
-
由 never 提交于
6956958: assert(is_clean() || is_call_to_compiled() || is_call_to_interpreted() || is_optimized() || is_megam Reviewed-by: kvn
-
- 16 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: check that raw loads have control edge Reviewed-by: never, twisti
-
- 14 6月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There is a missing semicolon in cppInterpreter_zero.cpp. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
- 13 6月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Support java_mirror for unloaded klasses, arrays as well as instances. Simplify ciTypeFlow by removing unused path. Reviewed-by: kvn
-
- 11 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Modify assembler code to check for 0 count for all copy routines. Reviewed-by: never, ysr, jcoomes
-
- 10 6月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
-
- 08 6月, 2010 2 次提交
-
-
由 johnc 提交于
Summary: In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move. Reviewed-by: never, iveresov, kvn
-
由 never 提交于
Reviewed-by: kvn
-
- 05 6月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Enable parallel compilation in C1 Reviewed-by: never, kvn
-
- 04 6月, 2010 2 次提交
- 03 6月, 2010 3 次提交
- 30 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Add a stress-test flag for running MethodComparator over many inputs. Fix bugs that crop up. Reviewed-by: kvn
-
- 29 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Change two uses of get_index_u2 to get_index_u2_cpcache; also tweak some debugging print functions Reviewed-by: kvn
-
- 28 5月, 2010 5 次提交
-
-
由 iveresov 提交于
Summary: This fixes G1 barriers in c1 on x64. Reviewed-by: never
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
由 kvn 提交于
Summary: Added new product ObjectAlignmentInBytes flag to control object alignment. Reviewed-by: twisti, ysr, iveresov
-
由 kamg 提交于
6930553: classfile format checker allows invalid method descriptor in CONSTANT_NameAndType_info in some cases Summary: Check NameAndType_info signatures aggressively, even when unreferenced Reviewed-by: coleenp, acorn, never
-
由 jrose 提交于
Summary: Fix errors in 6939207. Reviewed-by: kvn
-
- 25 5月, 2010 2 次提交
- 23 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Factored cleanup of instruction decode which prepares for enhanced ldc semantics. Reviewed-by: twisti
-
- 21 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
-
- 20 5月, 2010 4 次提交
-
-
由 twisti 提交于
Summary: This moves the oops from Codeblob to nmethod. Reviewed-by: kvn, never
-
由 ysr 提交于
Summary: Changed LP64 to _LP64 in collectedHeap.cpp. Reviewed-by: kvn, jcoomes
-
由 ysr 提交于
6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption Summary: Corrected mis-spelling of COMPILER2 in #ifdef, which could cause heap corruption in CMS due to precleaning when +ReduceInitialCardMarks. Thanks to ChenGuang Sun <suncg03@gmail.com> for bringing this typo to our attention. Reviewed-by: tonyp, jmasa, jcoomes, kvn
-
由 prr 提交于
Reviewed-by: dcubed
-