- 21 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: memory slices should be always created for non-static fields after allocation Reviewed-by: never
-
- 07 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Swap checks: check for regular memory slice first and keep input phi. Reviewed-by: never
-
- 08 2月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Don't allocate VectorSet iterator on C heap. Reuse resource storage in EA. Reviewed-by: never
-
- 22 12月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: bump CG_BUILD_ITER_LIMIT to 20 Reviewed-by: iveresov
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 07 11月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Do several iterations to build EA Connection Graph. Reviewed-by: never, twisti, ysr
-
- 23 9月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 03 7月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Execute IGVN optimization before and after Escape Analysis Reviewed-by: never
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 19 5月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Add missing checks into EA code. Reviewed-by: never
-
- 05 1月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: EA incorrectly identifies escape state of an allocation passed as call argument. Reviewed-by: never
-
- 10 12月, 2009 2 次提交
- 20 11月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Remove the assert. Reviewed-by: twisti
-
- 05 11月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Always call C->get_alias_index(phase->type(address)) during parsing. Reviewed-by: never
-
- 16 9月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Do nothing for AddP node which has type not related to the type of allocated object. Reviewed-by: never
-
- 11 9月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Look through chained AddP nodes in get_addp_base(). Reviewed-by: jrose
-
- 29 7月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 17 7月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Fix eliminate_card_mark() to eliminate G1 pre/post barriers. Reviewed-by: never
-
- 12 5月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Do not mark an allocation as scalar replaceable if its actual type in unknown statically. Reviewed-by: never
-
- 28 2月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
-
- 20 2月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Add missing checks for SCMemProj node in Escape analysis code. Reviewed-by: never
-
- 04 12月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Create new "eliminated" BoxLock node for monitor debug info when corresponding locks are eliminated. Reviewed-by: never
-
- 28 8月, 2008 2 次提交
- 02 8月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: fixed few addP node type and narrow oop type problems. Reviewed-by: rasbold, never
-
- 29 7月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Escape Analysis fixes. Reviewed-by: never, rasbold
-
- 17 7月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Add missing _instance_id settings and other EA fixes. Reviewed-by: rasbold
-
- 04 7月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: switch on EA by default, optimize Connection Graph construction 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
-
- 27 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Set instance_id to InstanceBot for InstPtr->meet(AryPtr) when types are not related. Reviewed-by: jrose, never
-
- 25 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Remove DecodeNNode::decode() and EncodePNode::encode() methods. Reviewed-by: rasbold, never
-
- 30 5月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Generate addresses and implicit null checks with narrow oops to avoid decoding. Reviewed-by: jrose, never
-
- 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
-
- 24 4月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: 64-bits VM crashes with -XX:+AggresiveOpts (Escape Analysis + Compressed Oops) Reviewed-by: never, 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
-
- 03 4月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: C2 spends > 60% in escape analysis code during test nsk/regression/b4675027. Reviewed-by: never
-
- 28 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: The assert misses the case CastX2P 'base' for an unsafe field reference Reviewed-by: never, jrose
-
- 15 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Current EA code has several problems which have to be fixed. Reviewed-by: jrose, sgoldman
-