- 04 3月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn, mdoerr
-
- 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
-
- 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
-
- 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
-
- 12 12月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: roland, kvn
-
- 10 12月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Fix FP registers save/restore during exception handling Reviewed-by: kvn, vlivanov
-
- 19 11月, 2014 1 次提交
-
-
由 simonis 提交于
Reviewed-by: kvn, simonis Contributed-by: sgehwolf@redhat.com
-
- 05 11月, 2014 1 次提交
-
-
由 mdoerr 提交于
8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant Reviewed-by: dholmes, kvn
-
- 02 10月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn
-
- 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
-
- 01 12月, 2014 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn, dsamersoff
-
- 19 9月, 2014 2 次提交
- 16 8月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Fix zero build. Reviewed-by: coleenp Contributed-by: NSeverin Gehwolf <sgehwolf@redhat.com>
-
- 23 8月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Require to specify UnlockExperimentalVMOptions flag together with UseRTMLocking flag on un-patched systems where CPUID allows it but is unsupported otherwise. Reviewed-by: iveresov, fzhinkin
-
- 01 7月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Fix the matching of format string parameter types to the actual argument types for the PPC64 and CPP-Interpreter files in the same way as 8037816 already did it for all the other files Reviewed-by: stefank, coleenp, dholmes
-
- 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 2 次提交
-
-
由 kvn 提交于
Summary: Allow to execute vectorization and crc32 optimization on Atom. Enable UseFPUForSpilling by default on x86. Reviewed-by: roland
-
由 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
-
- 04 6月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: iveresov, roland
-
- 28 5月, 2014 1 次提交
-
-
由 mikael 提交于
Reviewed-by: coleenp, lfoltan, kvn
-
- 12 8月, 2014 1 次提交
-
-
由 kvn 提交于
Reviewed-by: roland
-
- 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 2 次提交
-
-
由 zmajo 提交于
Summary: Define the PreserveFramePointer flag also in globals_zero.hpp Reviewed-by: simonis, kvn, sgehwolf
-
由 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
-
- 02 5月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn
-
- 30 4月, 2014 2 次提交