- 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
-
- 08 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: java constructors should be inlined to be able scalar replace a new object Reviewed-by: rasbold
-
- 07 3月, 2008 3 次提交
-
-
由 kvn 提交于
Summary: dump full ideal graph takes forever. Reviewed-by: never, rasbold
-
由 kvn 提交于
Summary: Cloning an allocation will not allow scalar replacement since memory operations could not be associated with one allocation. Reviewed-by: rasbold
-
由 kvn 提交于
Summary: During split unique types EA could exceed nodes limit and fail the method compilation. Reviewed-by: rasbold
-
- 06 3月, 2008 1 次提交
-
-
由 kvn 提交于
6671250: In Parse::do_if() old Cmp node 'c' should be replaced with new one after BoolNode transformation Summary: In Parse::do_if() 'c' (CmpNode) node may be changed during BoolNode transformation so 'c' may became dead but the node is referenced later in the code. Reviewed-by: never
-
- 01 3月, 2008 4 次提交
-
-
由 kvn 提交于
Summary: this optimization causes problems (sizes of Load and Store nodes do not match) for objects initialization code and Escape Analysis Reviewed-by: jrose, never
-
由 kvn 提交于
Summary: float CMove generation add duplicated CMPF if there are more then one Move depending on the condition. Reviewed-by: jrose, never, rasbold
-
由 kvn 提交于
Summary: generate_arraycopy() does not check the size of allocated array. Reviewed-by: jrose, never
-
由 kvn 提交于
Summary: CmpP could be optimized out if it compares new allocated objects. Reviewed-by: jrose, never, rasbold
-
- 29 2月, 2008 2 次提交
-
-
由 kvn 提交于
Summary: set_req_X() puts dependent nodes on IGVN worklist which allows to improve graph and gives more opportunities for EA scalar replacement. Reviewed-by: jrose, never
-
由 kvn 提交于
Summary: A mergemem node could be not in worklist_store but in should_not_repeat vectorset since it was processed and removed from worklist_store before. Reviewed-by: jrose, never
-
- 26 2月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: T_ADDRESS size is defined as 'int' size (4 bytes) but C2 use it for raw pointers and as memory type for StoreP and LoadP nodes. Reviewed-by: jrose
-
- 23 2月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: AdapterHandlerLibrary::get_create_adapter_index() returns incorrect value (-2) when CodeCache is full. Reviewed-by: sgoldman
-
- 21 2月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: A node is not processed in dump_nodes() if it was visited during processing previous inputs. Reviewed-by: rasbold
-
- 13 2月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: '* HeapWordSize' is missing in GraphKit::set_output_for_allocation() Reviewed-by: rasbold, jrose, never
-
- 06 12月, 2007 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, rasbold
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-