- 14 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Add missed checks for TOP and missed checks for non-dominating cases Reviewed-by: rasbold, jrose, never
-
- 06 6月, 2008 3 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose, rasbold
-
由 never 提交于
6711083: 64bit JVM crashes with Internal Error (type.cpp:763) - ShouldNotReachHere() with enabled COOPs Summary: Add NarrowOop to various xmeet routines Reviewed-by: kvn, sgoldman, jrose, rasbold
-
由 kvn 提交于
Summary: exclude UEP size from nmethod code size and use narrow klass oop to load prototype header. Reviewed-by: jrose, never
-
- 04 6月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: guard AryEqNode construction with has_match_rule() test, set SpecialArraysEquals default off Reviewed-by: kvn, never
-
- 30 5月, 2008 2 次提交
- 22 5月, 2008 2 次提交
-
-
由 kvn 提交于
6703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions Summary: Add LoadNKlass and CMoveN nodes, use CmpN and ConN nodes to generate narrow oops compare instructions. Reviewed-by: never, rasbold
-
由 kvn 提交于
Summary: fix several problems in C2 related to Escape Analysis and Compressed Oops. Reviewed-by: never, jrose
-
- 16 5月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: The method Node::dominates loops in the dead code which does not have a Region node. Reviewed-by: jrose, never
-
- 07 5月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: Transform long division by constant into multiply Reviewed-by: never, kvn
-
- 30 4月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: rework Value method for ModD and ModF, to DTRT for infinities Reviewed-by: sgoldman, kvn, rasbold
-
- 25 4月, 2008 2 次提交
- 24 4月, 2008 3 次提交
- 17 4月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Optimization in CmpPNode::sub() removed the valid compare instruction because of false positive answer from detect_dominating_control(). Reviewed-by: jrose, sgoldman
-
- 16 4月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Optimization in CmpPNode::sub() removed the valid compare instruction because of false positive answer from detect_dominating_control(). Reviewed-by: jrose, sgoldman
-
- 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
-
- 10 4月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: Without LoopNode, exit early from loop unswitching and partial peeling Reviewed-by: kvn, never, sgoldman
-
- 08 4月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: Don't optimize zero length array allocations at compile time. Reviewed-by: kvn, never
-
- 04 4月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, rasbold
-
- 03 4月, 2008 2 次提交
- 01 4月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: missing check in LoadNode::Ideal() causes infinite generation of a value Phi. Reviewed-by: jrose, never
-
- 29 3月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 28 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: The assert misses the case CastX2P 'base' for an unsafe field reference Reviewed-by: never, jrose
-
- 21 3月, 2008 3 次提交
-
-
由 kvn 提交于
Summary: EA gives opportunite to do more aggressive memory optimizations. Reviewed-by: never, jrose
-
由 kvn 提交于
Summary: Use scalar replacement with EA to remove allocations for objects which do not escape the compiled method. Reviewed-by: rasbold, never, jrose
-
由 never 提交于
6663621: JVM crashes while trying to execute api/java_security/Signature/SignatureTests.html#initSign tests. Summary: alignment expression with secondary induction variables is sometimes wrong Reviewed-by: kvn, rasbold
-
- 20 3月, 2008 1 次提交
-
-
由 never 提交于
Summary: copy elimination of a constant value results in incorrect execution Reviewed-by: kvn, sgoldman, rasbold
-
- 19 3月, 2008 3 次提交
-
-
由 never 提交于
Summary: split_thru_phi produces top on a non-dead path Reviewed-by: kvn, rasbold, sgoldman
-
由 never 提交于
Summary: ClearArrayNode::Identity should use TypeX instead of TypeInt Reviewed-by: jrose, kvn, sgoldman
-
由 never 提交于
Summary: Compile::has_loops() should be set from inlined methods Reviewed-by: kvn, rasbold
-
- 15 3月, 2008 2 次提交
- 14 3月, 2008 2 次提交
-
-
由 kvn 提交于
Summary: Avoid an infinite generation of instance's field values Phi nodes. Reviewed-by: never
-
由 kvn 提交于
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint Summary: Values of non-static fields of a scalarized object should be saved in debug info to reallocate the object during deoptimization. Reviewed-by: never
-
- 12 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: C2 crashed in StoreCMNode::Value because n->in(MemNode::OopStore) is 0. Reviewed-by: rasbold, never
-