- 16 1月, 2020 1 次提交
-
-
由 ddong 提交于
Summary: Correct the obsolete version of UseOldInlining and AutoShutdownNMT, and delete UseOldInlining in c2_globals.hpp Reviewed-by: phh
-
- 04 3月, 2016 2 次提交
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 04 12月, 2015 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: kvn
-
- 15 12月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Add a new compiler phase, PhaseRenumberLive, that renumbers live nodes. Reviewed-by: kvn, thartmann, vlivanov, shade
-
- 24 11月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, roland
-
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 25 10月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add new timeout checks to EA. Reviewed-by: iveresov, drchase
-
- 17 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Check for overflow cases in range checks and collapse it if we can. Reviewed-by: jrose, iveresov
-
- 13 8月, 2014 1 次提交
-
-
由 roland 提交于
Summary: propagate node replacements along control flow edges to callers Reviewed-by: kvn, vlivanov
-
- 29 3月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, twisti
-
- 06 3月, 2014 1 次提交
-
-
由 roland 提交于
Summary: enable type speculation Reviewed-by: kvn
-
- 15 3月, 2014 1 次提交
-
-
由 roland 提交于
Summary: favor profile data coming from outer most method Reviewed-by: kvn, twisti
-
- 03 9月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM. Reviewed-by: roland
-
- 21 3月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Use RTM for inflated locks and stack locks. Reviewed-by: iveresov, twisti, roland, dcubed
-
- 28 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Switch off EliminateAutoBox flag by default in jdk8 release. Reviewed-by: iveresov
-
- 24 1月, 2014 1 次提交
-
-
由 shade 提交于
Summary: Move the option to obsolete options list, purge the redundant compiler code. Reviewed-by: kvn, jrose
-
- 23 1月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 22 2月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: restore the flag Reviewed-by: twisti
-
- 28 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On PPC64 use tdi instruction that does a compare and raises SIGTRAP for NULL and range checks. Reviewed-by: kvn
-
- 22 11月, 2013 2 次提交
- 15 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
-
- 23 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: record unused type profile information with type system, propagate and use it. Reviewed-by: kvn, twisti
-
- 19 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: type information gets lost because replace_in_map() doesn't update parent maps Reviewed-by: kvn, twisti
-
- 27 9月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 11 9月, 2013 2 次提交
- 23 8月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.). Reviewed-by: kvn, dholmes, stefank
-
- 15 8月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag. Reviewed-by: roland
-
- 21 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
-
- 12 6月, 2013 1 次提交
-
-
由 drchase 提交于
8014959: assert(Compile::current()->live_nodes() < (uint)MaxNodeLimit) failed: Live Node limit exceeded limit Summary: Insert extra checks and bailouts for too many nodes Reviewed-by: kvn
-
- 09 5月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
-
- 05 3月, 2013 1 次提交
-
-
由 shade 提交于
Reviewed-by: kvn, vlivanov
-
- 12 2月, 2013 1 次提交
-
-
由 roland 提交于
Summary: Add support for expensive nodes. Reviewed-by: kvn
-
- 23 1月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic. Reviewed-by: roland
-
- 24 12月, 2012 1 次提交
-
-
由 roland 提交于
Summary: post parse inlining driven by number of live nodes. Reviewed-by: twisti, kvn, jrose
-
- 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
-
- 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
-