- 11 7月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, mcberg Contributed-by: ygaevsky@azul.com
-
- 18 6月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, jrose, phh
-
- 20 6月, 2015 1 次提交
-
-
由 kvn 提交于
Summary: increase code_size2 for stubs Reviewed-by: iveresov
-
- 23 3月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Added C2 matching rules to remove unnecessary sign extension for byte array access. Reviewed-by: roland, kvn, aph, adinn
-
- 08 5月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Add tag bit to all JNI weak handles Reviewed-by: kbarrett, coleenp, tschatzl
-
- 30 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jrose, coleenp, ahgross, acorn, vlivanov
-
- 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
-
- 30 3月, 2017 2 次提交
- 17 3月, 2017 2 次提交
- 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 2 次提交
- 30 10月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: stefank
-
- 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>
-
- 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
-
- 10 3月, 2016 2 次提交
- 04 3月, 2016 2 次提交
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 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 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
-
- 10 12月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Fix FP registers save/restore during exception handling Reviewed-by: kvn, vlivanov
-
- 05 11月, 2014 1 次提交
-
-
由 mdoerr 提交于
8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant Reviewed-by: dholmes, 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
-
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 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
-
- 19 6月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Made ideal_reg consistently uint. Reviewed-by: kvn, iveresov
-
- 15 6月, 2018 2 次提交
-
-
由 kevinw 提交于
Summary: Correctly perform a 64 bit shift when setting SlowSignatureHandler::_fp_identifiers. Reviewed-by: lfoltan, gtriantafill, hseigel Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
-
由 kevinw 提交于
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier" Summary: Need to add a space between macro identifier and string literal Reviewed-by: bpittore, stefank, dholmes, kbarrett
-
- 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 次提交
-
-
由 kvn 提交于
Summary: Allow to execute vectorization and crc32 optimization on Atom. Enable UseFPUForSpilling by default on x86. Reviewed-by: roland
-
- 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
-
- 21 4月, 2016 1 次提交
-
-
由 vkempik 提交于
Summary: Check for failed expansion of stub section in code buffer and bailout. Reviewed-by: kvn, thartmann
-