- 10 10月, 2012 1 次提交
-
-
由 mikael 提交于
Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
-
- 03 10月, 2012 2 次提交
- 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
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 30 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add case for CYGWIN in .sh files. Reviewed-by: coleenp, kvn Contributed-by: pavel.punegov@oracle.com
-
- 23 8月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Fixed Pack node generation. Not vectorize shift instructions if count is not the same for all shifts and if count is vector. Reviewed-by: twisti
-
- 21 8月, 2012 2 次提交
-
-
由 kvn 提交于
Summary: In C2 add software membar after load from Reference.referent field to prevent commoning of loads across safepoint since GC can change its value. In C1 always generate Reference.get() intrinsic. Reviewed-by: roland, twisti, dholmes, johnc
-
由 kvn 提交于
Summary: Added asm encoding and mach nodes for vector arithmetic instructions on x86. Reviewed-by: roland
-
- 02 8月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Add Darwin like Linux to shell scripts Reviewed-by: kvn, kamg, dholmes
-
- 02 7月, 2012 1 次提交
-
-
由 roland 提交于
Summary: When c2 intrinsifies pow/exp, it should never inline the java implementations. Reviewed-by: kvn
-
- 27 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: check for and skip diamond shaped NULL check code for the result of toString() Reviewed-by: twisti, roland
-
- 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 1 次提交
-
-
由 kvn 提交于
Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
-
- 13 6月, 2012 1 次提交
-
-
由 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 5月, 2012 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: kvn
-
- 09 5月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: add missing copyright notes to the regression test file. Reviewed-by: twisti, johnc
-
- 08 5月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: When constructing input vector use type of vector's operation which use it since element's sizes should match. Reviewed-by: never, twisti
-
- 18 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Save whole XMM/YMM registers in safepoint interrupt handler. Reviewed-by: roland, twisti
-
- 03 2月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NVolker Simonis <volker.simonis@gmail.com>
-
- 01 2月, 2012 1 次提交
-
-
由 roland 提交于
Summary: too optimistic inlining decision confuses local value numbering. Reviewed-by: never
-
- 11 1月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Compare uncasted object nodes. Reviewed-by: never
-
- 31 12月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Leave i_o attached to slow allocation call when there are no i_o users after the call. Reviewed-by: iveresov, twisti
-
- 22 12月, 2011 1 次提交
-
-
由 roland 提交于
Summary: In CEE, ensure if and common successor state are at the same inline level Reviewed-by: never
-
- 20 12月, 2011 1 次提交
-
-
由 bdelsart 提交于
Summary: GC crash for explicit stack overflow checks after a C2I transition. Reviewed-by: coleenp, never Contributed-by: yang02.wang@sap.com, bertrand.delsart@oracle.com
-
- 01 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use -Xss224k instead of -Xss128k. Reviewed-by: never
-
- 29 10月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: iveresov, kvn
-
- 15 10月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Instruction countTrailingZerosL() should use iRegIsafe dst register since it is used in long arithmetic. Reviewed-by: never, twisti
-
- 05 10月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception. Reviewed-by: kamg, kvn Contributed-by: volker.simonis@gmail.com
-
- 17 11月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Move the inlinee invoke notification callback into inlinee preamble Reviewed-by: kvn, never
-
- 11 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Exact limit of empty loop calculated incorrectly. Reviewed-by: iveresov, never
-
- 10 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 09 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add regression test. Reviewed-by: never
-
- 26 8月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 21 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Run test only on systems with 2Gbyte or more memory. Don't zap heap to reduce execution time. Reviewed-by: iveresov
-
- 27 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Do not move data nodes which are attached to a predicate test to a dominating test. Reviewed-by: never
-
- 16 7月, 2011 1 次提交
-
-
由 never 提交于
Summary: check for single stepping when dispatching invokes from method handles Reviewed-by: coleenp, twisti, kvn, dsamersoff
-
- 15 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Test is modified to reduce number of iterations in test5() and test6(). Reviewed-by: never, iveresov
-
- 06 7月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, iveresov
-
- 29 6月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: take into account memory dependencies when clonning nodes in clone_up_backedge_goo(). Reviewed-by: never
-