- 01 8月, 2009 2 次提交
- 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
-
- 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
-
- 06 5月, 2009 2 次提交
- 24 4月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Relocate the stack pointer adjustment to where uncommon_trap is actually inserted for new_array. Reviewed-by: kvn, jrose
-
- 23 4月, 2009 1 次提交
-
-
由 kvn 提交于
6709742: find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation Summary: Create a mach node corresponding to ideal node ConP #NULL specifically for derived pointers. Reviewed-by: never
-
- 22 4月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
-
- 08 4月, 2009 2 次提交
-
-
由 kvn 提交于
6711117: Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr") Summary: Delay a memory node transformation if its control or address on IGVN worklist. Reviewed-by: never
-
由 kvn 提交于
6826960: C2 Sparc: assert(bb->_nodes(_bb_end)->is_Proj(),"skipping projections after expected call") Summary: Add the check when a Halt node is placed in a separate block. Reviewed-by: twisti
-
- 04 4月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Use a HaltNode on the fall through path of the AllocateArrayNode to indicate that it is unreachable if the array length is negative. Reviewed-by: never, jrose
-
- 02 4月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 01 4月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals. Reviewed-by: kvn, never, jrose
-
- 31 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Tune C2 flags default values for performance. Reviewed-by: never, phh, iveresov, jmasa, ysr
-
- 27 3月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Used the outer loop frequency in frequencies checks in RA. Reviewed-by: never, twisti
-
- 25 3月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-