- 18 6月, 2012 1 次提交
-
-
由 roland 提交于
Summary: Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length. Reviewed-by: kvn, twisti
-
- 15 6月, 2012 2 次提交
- 14 6月, 2012 2 次提交
- 13 6月, 2012 3 次提交
-
-
由 kvn 提交于
Summary: replace frequent C2 optimizer code patterns with new methods calls Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
由 twisti 提交于
Reviewed-by: kvn, twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
由 kvn 提交于
Summary: keep intermediate node alive till the end of the graph construction using dummy hook node trick Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
-
- 12 6月, 2012 5 次提交
-
-
由 roland 提交于
Summary: increase precision on x86 for the steps of the computation of exp and pow. Reviewed-by: kvn
-
由 kvn 提交于
-
由 twisti 提交于
Reviewed-by: kvn
-
由 kvn 提交于
Summary: Add missing check for EncodeP node in MemNode::Ideal_common_DU_postCCP() method. Reviewed-by: twisti
-
由 kamg 提交于
Summary: Add -fpch-deps flag to gcc builds Reviewed-by: kamg, coleenp Contributed-by: volker.simonis@gmail.com
-
- 11 6月, 2012 3 次提交
- 09 6月, 2012 1 次提交
-
-
由 jcoomes 提交于
-
- 08 6月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, coleenp Contributed-by: NChris Dennis <cdennis@terracottatech.com>
-
- 07 6月, 2012 2 次提交
- 06 6月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Recognize Windows 8 and Windows Server 2012 Reviewed-by: sla, kvn, azeemj
-
- 05 6月, 2012 2 次提交
-
-
由 fparain 提交于
Reviewed-by: acorn, kamg, sspitsyn, dholmes
-
由 roland 提交于
Summary: Class.cast which calls Class.isInstance is heavily used by the new JSR 292 implementation Reviewed-by: roland Contributed-by: NKrystal Mok <rednaxelafx@gmail.com>
-
- 04 6月, 2012 2 次提交
- 06 6月, 2012 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: azeemj, jmasa
-
- 04 6月, 2012 1 次提交
-
-
由 mgerdin 提交于
Summary: Add "using" keyword to import base class functions from FreeList<T> to fix template name lookup in gcc 4.7 Reviewed-by: brutisso, iveresov
-
- 02 6月, 2012 8 次提交
- 01 6月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Simplify code, remove unused code, remove ExitAfterGCNum Reviewed-by: huntch, johnc
-
- 31 5月, 2012 3 次提交
-
-
由 dholmes 提交于
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
由 johnc 提交于
Summary: Place HandleMarks in the code that allocates handles for the pending list lock so that the handles are freed and multiple, unsuccessful, attempts to schedule a GC do not cause an OOM. Reviewed-by: brutisso
-
- 30 5月, 2012 1 次提交
-
-
由 zgu 提交于
-