- 25 5月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: optimize this code pattern obj.getClass() == A.class. Reviewed-by: jrose, kvn Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 15 5月, 2012 1 次提交
-
-
由 roland 提交于
Summary: use x87 instructions to implement exp() and pow() in interpreter/c1/c2. Reviewed-by: kvn, never, twisti
-
- 11 1月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Compare uncasted object nodes. Reviewed-by: never
-
- 01 6月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: optimize cmp_ne(xor(X,1),0) to cmp_eq(X,0) only for boolean values X. Reviewed-by: never
-
- 04 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: iveresov, twisti
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 16 1月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 29 7月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 12 5月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Check for an object array of interface in CmpPNode::sub(). Reviewed-by: never
-
- 25 3月, 2009 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 02 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag. Reviewed-by: never
-
- 19 8月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: check for not-nullness after proving that types are unrelated Reviewed-by: kvn, never
-
- 02 8月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: fixed few addP node type and narrow oop type problems. Reviewed-by: rasbold, never
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 25 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Remove DecodeNNode::decode() and EncodePNode::encode() methods. Reviewed-by: rasbold, never
-
- 13 6月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 14 4月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
-
- 01 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: CmpP could be optimized out if it compares new allocated objects. Reviewed-by: jrose, never, rasbold
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-