- 04 4月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, ecaspole, kvn
-
- 31 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, alanbur
-
- 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
-
- 30 10月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: stefank
-
- 22 10月, 2016 1 次提交
-
-
由 vkempik 提交于
Summary: Add missing cache_line_size > 0 checks. 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>
-
- 16 3月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: kbarrett, tschatzl
-
- 29 2月, 2016 1 次提交
-
-
由 roland 提交于
Summary: gcc expects clean 32 bit int in 64 bit register on function entry Reviewed-by: kvn, dlong
-
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 18 12月, 2015 1 次提交
-
-
由 gthornbr 提交于
Reviewed-by: dcubed, mikael
-
- 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
-
- 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
-
- 30 1月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Update MacroAssembler::ldf to select addressing mode depending on Address parameter. Reviewed-by: kvn, dlong
-
- 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
-
- 30 1月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Update MacroAssembler::ldf to select addressing mode depending on Address parameter. Reviewed-by: kvn, dlong
-
- 25 9月, 2014 1 次提交
-
-
由 simonis 提交于
8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well Summary: Also fix stack trace on x86 to enable walking of runtime stubs and native wrappers Reviewed-by: kvn
-
- 19 9月, 2014 2 次提交
- 29 2月, 2016 1 次提交
-
-
由 roland 提交于
Summary: gcc expects clean 32 bit int in 64 bit register on function entry Reviewed-by: kvn, dlong
-
- 12 6月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add C2 SHA intrinsics on SPARC Reviewed-by: kvn, roland Contributed-by: james.cheng@oracle.com
-
- 06 8月, 2014 1 次提交
-
-
由 thartmann 提交于
8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation Summary: Added missing metadata relocation to 'loadConP_no_oop_cheap' on Sparc if the pointer is referring to a Klass. Added jtreg test. Reviewed-by: kvn
-
- 21 4月, 2016 1 次提交
-
-
由 vkempik 提交于
Summary: Check for failed expansion of stub section in code buffer and bailout. Reviewed-by: kvn, thartmann
-
- 04 6月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: iveresov, roland
-
- 28 5月, 2014 1 次提交
-
-
由 mikael 提交于
Reviewed-by: coleenp, lfoltan, kvn
-
- 25 6月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: vlivanov, ehelin
-
- 22 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: save cipher len after registers are saved Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
-
- 29 5月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Pass correct value to post-barrier in UnsafeGetAndSetObject Reviewed-by: roland, vlivanov
-
- 29 5月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Introduce the PreserveFramePointer flag to control if RBP is used as the frame pointer or as a general purpose register. Reviewed-by: kvn, roland, dlong, enevill, shade
-
- 30 4月, 2014 2 次提交
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 01 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
-
- 18 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: profiling code in interpreter broken when argument profiling is off. Reviewed-by: iveresov, kvn
-
- 03 4月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: coleenp, kvn
-
- 01 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
-
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 09 9月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Using libpicl to get L1 data and L2 cache line sizes Reviewed-by: kvn, roland, morris
-
- 11 4月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Insert a nop between cbcond and CTI Reviewed-by: kvn, twisti
-