- 12 1月, 2013 2 次提交
- 10 1月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
- 04 1月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: use 'rep stosb' instead of 'rep stosq' when fast-string operations are available. Reviewed-by: twisti, roland
-
- 24 12月, 2012 1 次提交
-
-
由 roland 提交于
Summary: post parse inlining driven by number of live nodes. Reviewed-by: twisti, kvn, jrose
-
- 20 12月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added missing exception path for multidimensional array allocation and use Throwable type instead of OutOfMemoryError for allocation's exception. Reviewed-by: twisti
-
- 19 12月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Add three memory-ordering intrinsics to the sun.misc.Unsafe class. Reviewed-by: twisti, kvn Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 18 12月, 2012 2 次提交
- 17 12月, 2012 1 次提交
-
-
由 brutisso 提交于
8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects Summary: Makes the "new" and "delete" operator of _ValueObj and StackObj private Reviewed-by: dholmes, coleenp Contributed-by: erik.helin@oracle.com
-
- 13 12月, 2012 1 次提交
-
-
由 rkennke 提交于
Summary: fix opto/library_call.cpp compilation errors Reviewed-by: twisti, coleenp
-
- 04 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, johnc
-
- 01 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 28 11月, 2012 1 次提交
-
-
由 bharadwaj 提交于
Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes. Reviewed-by: kvn, twisti, jrose, vlivanov
-
- 27 11月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 16 11月, 2012 1 次提交
-
-
由 bharadwaj 提交于
Summary: Removed will_link and changed all calls to is_loaded(). Reviewed-by: kvn
-
- 13 11月, 2012 2 次提交
-
-
由 minqi 提交于
Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn Contributed-by: yumin.qi@oracle.com
-
由 hseigel 提交于
Summary: Remove function Klass::cast() and calls to it. Reviewed-by: dholmes, coleenp
-
- 07 11月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added missed type check of initializing store in ConnectionGraph::find_init_values(). Reviewed-by: roland, twisti, vlivanov
-
- 27 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added missed check that Load node is in processed loop block. Reviewed-by: twisti
-
- 26 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: In case of time or iterations limit reached C2 stops EA and continue compilation without EA as it does in product VM already. Reviewed-by: twisti
-
- 25 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
-
- 24 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: do vector right shift operation for small int types only after loads Reviewed-by: jrose, dlong
-
- 23 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: perform transforms during IGVN phase when Load has a single user. Reviewed-by: jrose, kvn, twisti
-
- 20 10月, 2012 1 次提交
-
-
由 dlong 提交于
Summary: Allow which vector rules are supported to be decided at runtime. Also a small change to allow vector types in Type::_type_info[] to apply to more platforms. Reviewed-by: kvn, twisti Contributed-by: dean.long@oracle.com
-
- 18 10月, 2012 1 次提交
-
-
由 kvn 提交于
8000623: tools/javac/Diagnostics/6769027/T6769027.java crashes in PSPromotionManager::copy_to_survivor_space Summary: Fix type of method pointer load from vtable. Reviewed-by: twisti, johnc, roland
-
- 10 10月, 2012 2 次提交
- 09 10月, 2012 3 次提交
- 06 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
-
- 03 10月, 2012 2 次提交
- 29 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
-
- 28 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Deleted placement new operator of Node - node(size_t, Compile *, int). Reviewed-by: kvn, twisti Contributed-by: bharadwaj.yadavalli@oracle.com
-
- 26 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Replaced is_vector_use() call with explicit check for vector shift's count. Reviewed-by: twisti, roland, dlong, vlivanov
-
- 20 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Remove incorrect code in OptimizeFill optimization. Reviewed-by: roland, twisti
-
- 11 9月, 2012 1 次提交
-
-
由 roland 提交于
Summary: C1 needs knowledge of T_METADATA at the LIR level. Reviewed-by: kvn, coleenp
-
- 08 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Simple renaming to be consistent with instanceKlass->InstanceKlass renaming Reviewed-by: stefank, jmasa
-