- 12 10月, 2017 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: mdoerr, simonis Contributed-by: NMatthew Brandyberry <mbrandy@linux.vnet.ibm.com>
-
- 25 11月, 2016 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: goetz, mdoerr Contributed-by: NIgor Nunes <igor.nunes@eldorado.org.br>
-
- 27 10月, 2016 1 次提交
-
-
由 goetz 提交于
Reviewed-by: goetz Contributed-by: igor.nunes@eldorado.org.br
-
- 12 10月, 2017 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: aph, goetz, mdoerr Contributed-by: NGustavo Serra Scalet <gustavo.scalet@eldorado.org.br>
-
- 02 6月, 2017 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: thartmann, simonis, mbaesken
-
- 04 4月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, ecaspole, kvn
-
- 31 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, alanbur
-
- 30 3月, 2017 1 次提交
-
-
由 thartmann 提交于
Reviewed-by: kvn, vlivanov, dlong, rhalade, mschoene, iignatyev
-
- 17 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Using new sysconf and sysinfo API on Solaris 12, avoid using libpicl and libkstat. Reviewed-by: kvn
-
- 31 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: iveresov
-
- 17 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Add support for VM_Version::L1_data_cache_line_size(). Reviewed-by: dsimms, kvn, dholmes
-
- 26 6月, 2017 1 次提交
-
-
由 kevinw 提交于
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod Reviewed-by: dlong
-
- 14 12月, 2016 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: kevinw, vlivanov
-
- 30 10月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: stefank
-
- 22 10月, 2016 1 次提交
-
-
由 vkempik 提交于
Summary: Add missing cache_line_size > 0 checks. Reviewed-by: kvn
-
- 11 10月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn
-
- 01 7月, 2016 1 次提交
-
-
由 zmajo 提交于
Reviewed-by: kvn Contributed-by: NXiang Yuan <xiang.yuan@linaro.org>, Zoltan Majo <zoltan.majo@oracle.com>
-
- 10 8月, 2016 1 次提交
-
-
由 simonis 提交于
Summary: Add support for AES intrinsics on PPC64. Reviewed-by: kvn, mdoerr, simonis, zmajo Contributed-by: NHiroshi H Horii <horii@jp.ibm.com>
-
- 15 6月, 2016 1 次提交
-
-
由 simonis 提交于
Summary: Adjust instruction generation. Reviewed-by: goetz Contributed-by: gromero@linux.vnet.ibm.com, horii@jp.ibm.com
-
- 24 5月, 2016 1 次提交
-
-
由 csahu 提交于
Summary: C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2. Reviewed-by: kvn
-
- 16 3月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: kbarrett, tschatzl
-
- 10 3月, 2016 2 次提交
- 04 3月, 2016 2 次提交
- 03 3月, 2016 2 次提交
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 29 2月, 2016 1 次提交
-
-
由 roland 提交于
Summary: gcc expects clean 32 bit int in 64 bit register on function entry Reviewed-by: kvn, dlong
-
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 27 1月, 2016 2 次提交
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 30 10月, 2015 1 次提交
-
-
由 poonam 提交于
Reviewed-by: dholmes Contributed-by: NShafi Ahmad <shafi.s.ahmad@oracle.com>
-
- 18 12月, 2015 1 次提交
-
-
由 gthornbr 提交于
Reviewed-by: dcubed, mikael
-
- 19 5月, 2015 1 次提交
-
-
由 simonis 提交于
Reviewed-by: kvn
-
- 29 4月, 2015 1 次提交
-
-
由 goetz 提交于
Summary: Also improve check for Safepoints in signal handler. Reviewed-by: kvn, simonis
-
- 11 4月, 2015 1 次提交
-
-
由 iveresov 提交于
Summary: Chcek both l2-dcache-line-size and l2-cache-line-size properties to determine the size of the line Reviewed-by: kvn
-
- 18 4月, 2015 1 次提交
-
-
由 kvn 提交于
Summary: replace Vzeroupper instruction in stubs with zeroing only used ymm registers. Reviewed-by: kvn Contributed-by: sandhya.viswanathan@intel.com
-
- 20 3月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively. Reviewed-by: kvn, simonis, dlong
-