- 21 5月, 2019 1 次提交
-
-
由 mhorie 提交于
Reviewed-by: goetz, mdoerr Contributed-by: NKazunori Ogata <ogatak@jp.ibm.com>
-
- 08 5月, 2019 1 次提交
-
-
由 phh 提交于
Summary: Add tag bit to all JNI weak handles Reviewed-by: kbarrett, coleenp, tschatzl
-
- 24 4月, 2019 1 次提交
-
-
由 gromero 提交于
Reviewed-by: goetz, mdoerr Contributed-by: NKazunori Ogata <ogatak@jp.ibm.com>
-
- 05 3月, 2019 1 次提交
-
-
由 goetz 提交于
Reviewed-by: aph, mdoerr
-
- 28 11月, 2017 2 次提交
- 12 10月, 2017 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: mdoerr, simonis Contributed-by: NMatthew Brandyberry <mbrandy@linux.vnet.ibm.com>
-
- 30 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jrose, coleenp, ahgross, acorn, vlivanov
-
- 02 6月, 2017 2 次提交
- 25 11月, 2016 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: goetz, mdoerr Contributed-by: NIgor Nunes <igor.nunes@eldorado.org.br>
-
- 30 10月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: stefank
-
- 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>
-
- 22 9月, 2016 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: goetz, mdoerr Contributed-by: NHiroshi H Horii <horii@jp.ibm.com>
-
- 25 9月, 2018 1 次提交
-
-
由 gromero 提交于
Reviewed-by: goetz
-
- 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
-
- 27 1月, 2016 2 次提交
- 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
-
- 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
-
- 12 12月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: roland, 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 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
-
- 19 6月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Made ideal_reg consistently uint. Reviewed-by: kvn, iveresov
-
- 15 6月, 2018 1 次提交
-
-
由 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
-
- 21 4月, 2016 1 次提交
-
-
由 vkempik 提交于
Summary: Check for failed expansion of stub section in code buffer and bailout. Reviewed-by: kvn, thartmann
-
- 25 6月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: vlivanov, ehelin
-
- 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
-
- 02 5月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: kvn
-
- 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
-
- 10 4月, 2014 1 次提交
-
-
由 goetz 提交于
Summary: Remove the misleading malloc macro and cleanup the code Reviewed-by: dsamersoff, kvn Contributed-by: goetz.lindenmaier@sap.com
-
- 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
-
- 17 11月, 2015 1 次提交
-
-
由 goetz 提交于
Reviewed-by: mdoerr, goetz Contributed-by: asmundak@google.com
-
- 12 10月, 2015 1 次提交
-
-
由 mdoerr 提交于
Summary: Register R12 must be preserved for stub calls (e.g. deopt handler). Reviewed-by: goetz
-
- 18 7月, 2014 1 次提交
-
-
由 kvn 提交于
Reviewed-by: kvn, goetz Contributed-by: asmundak@google.com
-
- 07 12月, 2018 1 次提交
-
-
由 mdoerr 提交于
Reviewed-by: mdoerr Contributed-by: NGustavo Serra Scalet <gustavo.scalet@eldorado.org.br>
-