- 09 9月, 2009 2 次提交
- 31 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: schedule the superword loads based on dependence constraints Reviewed-by: kvn, never
-
- 29 8月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Fix do_null_check to check for unloaded klass for all oop pointers. Reviewed-by: never, cfang
-
- 21 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: use PcDesc to keep record of the reexecute bit instead of using DebugInfoStreams Reviewed-by: kvn, never, twisti
-
- 20 8月, 2009 2 次提交
- 18 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: delay dead code elimination in set_req_X to make it safe Reviewed-by: kvn, never
-
- 15 8月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 14 8月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 05 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Improvement on reexecute implementation to fix the assertion failure Reviewed-by: kvn, never
-
- 01 8月, 2009 2 次提交
- 29 7月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 28 7月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: Code compiled with server compiler generates an incorrect result. Reviewed-by: cfang, never, kvn
-
- 27 7月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add additional check for a tight loop. Reviewed-by: never
-
- 24 7月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Bailout compilation if nodes limit could be reached during Output phase. Reviewed-by: never, twisti
-
- 23 7月, 2009 1 次提交
-
-
由 ysr 提交于
Summary: Anti-delta for debugging debris that was inadvertently pushed. Reviewed-by: kvn, tonyp
-
- 22 7月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: remove useless lazy evaluation of intrinsics; add LAST_COMPILER_INLINE to help categorize them Reviewed-by: kvn
-
- 20 7月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: serialize.cpp currently uses objArrayOopDesc::base_offset_in_bytes(T_BYTE), which seems to be wrong. Reviewed-by: coleenp, kvn
-
- 17 7月, 2009 2 次提交
- 16 7月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: never, kvn Contributed-by: yamauchi@google.com, rasbold@google.com
-
- 15 7月, 2009 1 次提交
-
-
由 ysr 提交于
Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
-
- 07 7月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Move the secondary raw memory barrier to the correct place in generate_arraycopy(). Reviewed-by: never
-
- 03 7月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Don not split a block if it contains a FastLockNode with a PhiNode input. Reviewed-by: kvn, never
-
- 02 7月, 2009 2 次提交
- 27 6月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 26 6月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: The optimizer should be told to normalize (AndL (ConvI2L x) 0xFF) to (ConvI2L (AndI x 0xFF)), and then the existing matcher rule will work for free. Reviewed-by: kvn
-
- 25 6月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: MaxLabelRootDepth value less then 10 is invalid. Reviewed-by: never
-
- 24 6月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Have the meet not symmetric check recursively do the interface-vs-oop check on array subtypes. Reviewed-by: jrose Contributed-by: rasbold@google.com
-
- 10 6月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Disable escape analysis when jvmti/debugger is used. Add support for EA ibto SA. Reviewed-by: never
-
- 29 5月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Move loop unswitch before maximally unroll Reviewed-by: never
-
- 28 5月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Don't place a load below anti-dependent PHI. Reviewed-by: never, twisti
-
- 22 5月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Set the control edge for the field _interrupted load in inline_native_isInterrupted(). Reviewed-by: never
-
- 12 5月, 2009 2 次提交
- 09 5月, 2009 1 次提交
-
-
由 kvn 提交于
6788527: Server vm intermittently fails with assertion "live value must not be garbage" with fastdebug bits Summary: Cache Jvmti and DTrace flags used by Compiler. Reviewed-by: never
-
- 07 5月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: The CR's test crashes with SIGSEGV when running with "-server -Xcomp" using using 32bit jvm. Reviewed-by: kvn, never, rasbold
-