- 01 8月, 2009 1 次提交
-
-
由 cfang 提交于
Summary: developed a reexecute logic for the interpreter to reexecute the bytecode when deopt happens Reviewed-by: kvn, never, jrose, twisti
-
- 24 7月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Bailout compilation if nodes limit could be reached during Output phase. Reviewed-by: never, twisti
-
- 08 4月, 2009 1 次提交
-
-
由 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
-
- 28 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
-
- 04 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Create new "eliminated" BoxLock node for monitor debug info when corresponding locks are eliminated. Reviewed-by: never
-
- 07 11月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: post-register allocation pass that drives block layout by edge frequencies Reviewed-by: never, kvn
-
- 29 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, rasbold
-
- 11 9月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Add support for narrow oops in debug info to avoid decoding. 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 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 22 5月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: fix several problems in C2 related to Escape Analysis and Compressed Oops. Reviewed-by: never, jrose
-
- 15 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Remove lock/unlock MemBar nodes and specify locks in debug info for deoptimization. Reviewed-by: never
-
- 14 3月, 2008 1 次提交
-
-
由 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
-
- 23 2月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: AdapterHandlerLibrary::get_create_adapter_index() returns incorrect value (-2) when CodeCache is full. Reviewed-by: sgoldman
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-