- 14 12月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: use unsigned comparison when checking for stack overflow Reviewed-by: kvn, twisti Contributed-by: paul.nauman@oracle.com
-
- 08 12月, 2012 1 次提交
-
-
由 bharadwaj 提交于
Summary: fixed build failure for Zero target Reviewed-by: twisti, kvn
-
- 07 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
- 01 12月, 2012 2 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
由 twisti 提交于
Reviewed-by: twisti, kvn Contributed-by: NBharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
-
- 29 11月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Make metaspace::contains be lock free and used to see if something is in metaspace, also compare Method* with vtbl pointer. Reviewed-by: dholmes, sspitsyn, dcubed, jmasa
-
- 28 11月, 2012 2 次提交
-
-
由 jiangli 提交于
8003848: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod. Summary: Make ConstMethod::generic_signature_index optional and move Method::_max_stack to ConstMethod. Reviewed-by: bdelsart, sspitsyn, coleenp
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NRoman Kennke <rkennke@redhat.com>
-
- 27 11月, 2012 1 次提交
-
-
由 stefank 提交于
Reviewed-by: dholmes, rbackman, coleenp
-
- 07 11月, 2012 2 次提交
- 30 10月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: coleenp, dholmes, twisti Contributed-by: NRoman Kennke <rkennke@redhat.com>
-
- 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
-
- 12 10月, 2012 1 次提交
-
-
由 roland 提交于
Summary: code generated by c1 for getClass intrinsic broken when klass field is loaded on 64bit with compressed klass off. Reviewed-by: kvn
-
- 10 10月, 2012 2 次提交
- 09 10月, 2012 2 次提交
- 04 10月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove buggy experimental option Reviewed-by: acorn, coleenp Contributed-by: harold.seigel@oracle.com
-
- 03 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Add generation of vectors for scalar shift count. Reviewed-by: roland, twisti, dlong
-
- 02 10月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
- 29 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
-
- 28 9月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: use long branches in test_invocation_counter_for_mdp() Reviewed-by: twisti
-
- 14 9月, 2012 1 次提交
-
-
由 roland 提交于
Summary: missing test for T_METADATA leads to incorrect register allocation. Reviewed-by: kvn
-
- 12 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: There was a rogue os::breakpoint() call in log_dependency left over from the jsr292 merge. Also changed verify_oop() calls for metadata to verify_{method,klass}_ptr. Reviewed-by: kvn, twisti
-
- 11 9月, 2012 1 次提交
-
-
由 roland 提交于
Summary: C1 needs knowledge of T_METADATA at the LIR level. Reviewed-by: kvn, coleenp
-
- 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>
-
- 28 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, dholmes, coleenp Contributed-by: NTao Mao <tao.mao@oracle.com>
-
- 22 8月, 2012 1 次提交
-
-
由 johnc 提交于
Summary: G1 does not appear to be immune to the issue described in CR 6948537 and increasing the size of old-generation PLABs appears to increase the liklihood of seeing the issue. Extend the fix for 6948537 to G1's BlockOffsetTable. Reviewed-by: brutisso, jmasa
-
- 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 次提交
-
-
由 kvn 提交于
Summary: Check kstat data for SPARC-M. Reviewed-by: roland
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 17 7月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions Reviewed-by: twisti
-
- 20 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: disable vectorization of a memory access with more elements per vector than one which is used for alignment on sparc Reviewed-by: 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
-
- 14 6月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 13 6月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 12 6月, 2012 1 次提交
-
-
由 roland 提交于
Summary: increase precision on x86 for the steps of the computation of exp and pow. Reviewed-by: kvn
-