- 04 12月, 2019 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, thartmann
-
- 07 8月, 2019 1 次提交
-
-
由 jiefu 提交于
Reviewed-by: mdoerr, kbarrett, tschatzl
-
- 03 8月, 2019 1 次提交
-
-
由 jiefu 提交于
Reviewed-by: tschatzl, kbarrett
-
- 08 11月, 2019 1 次提交
-
-
由 simonis 提交于
Reviewed-by: stuefe, zgu
-
- 29 1月, 2019 1 次提交
-
-
由 zgu 提交于
Reviewed-by: shade, tschatzl
-
- 18 5月, 2019 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: sla, kbarrett, gziemski
-
- 19 1月, 2019 1 次提交
-
-
由 shade 提交于
Reviewed-by: stuefe, tschatzl
-
- 03 12月, 2018 1 次提交
-
-
由 dbuck 提交于
Summary: Introduce alignment-safe Copy::conjoint_swap and JVM_CopySwapMemory Reviewed-by: mikael, dholmes
-
- 25 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Correction of failed backport of JDK-8211394 via JDK-8212696. Reviewed-by: dholmes, coffeys
-
- 20 10月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: dbuck
-
- 18 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Backport from JDK12 Reviewed-by: dholmes
-
- 16 10月, 2018 1 次提交
-
-
由 phh 提交于
Summary: Backport from JDK9 Reviewed-by: dholmes, coffeys
-
- 11 12月, 2017 1 次提交
-
-
由 mchinnathamb 提交于
Reviewed-by: stuefe, stefank
-
- 25 6月, 2018 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: ctornqvi, coleenp, gtriantafill, dholmes
-
- 15 5月, 2017 1 次提交
-
-
由 tschatzl 提交于
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic. Reviewed-by: ehelin, shade
-
- 16 2月, 2017 1 次提交
-
-
由 poonam 提交于
Summary: Use the Events::log function to save redefined classes for output to the hs_err file Reviewed-by: dholmes
-
- 20 9月, 2018 1 次提交
-
-
由 zgu 提交于
Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section. Reviewed-by: stuefe, martin Contributed-by: zhaixiang@loongson.cn
-
- 02 8月, 2018 1 次提交
-
-
由 kevinw 提交于
Summary: Add os::vsnprintf and os::snprintf. Reviewed-by: kbarrett, lfoltan, stuefe, mlarsson
-
- 01 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
-
- 12 12月, 2016 1 次提交
-
-
由 zmajo 提交于
Summary: Track initialized final field updates; disable constant folding if an update is detected. Reviewed-by: vlivanov, dnsimon, forax, never, kvn, coleenp
-
- 01 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
-
- 16 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, roland
-
- 04 12月, 2015 1 次提交
-
-
由 dbuck 提交于
Summary: Thread id is now displayed as a hex number in error report. Reviewed-by: dholmes, hseigel, stuefe
-
- 30 4月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: stuefe, dsamersoff, dcubed
-
- 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
-
- 17 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Relax the guaranty for deleted methods Reviewed-by: dcubed, coleenp
-
- 07 3月, 2015 1 次提交
-
-
由 gthornbr 提交于
Summary: Force all Solaris builds to use the same version of the DIR structure. Reviewed-by: dcubed, dholmes, kvn
-
- 07 1月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes Contributed-by: cheleswer.sahu@oracle.com
-
- 15 5月, 2017 1 次提交
-
-
由 tschatzl 提交于
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic. Reviewed-by: ehelin, shade
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 18 11月, 2014 2 次提交
- 11 11月, 2014 1 次提交
-
-
由 asaha 提交于
Summary: backout fix 8050808 which caused this regression and as requested. Reviewed-by: hseigel
-
- 25 10月, 2014 1 次提交
-
-
由 hseigel 提交于
Reviewed-by: dcubed, dholmes, pnauman, ctornqvi, mschoene Contributed-by: gerald.thornbrugh@oracle.com
-
- 02 10月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: mgerdin, coleenp, bdelsart
-
- 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
-
- 29 8月, 2014 2 次提交
- 19 8月, 2014 2 次提交
-
-
由 zgu 提交于
Summary: Refactored emptyStack to a static member of NativeCallStack, which is accessible in minimal build. Reviewed-by: coleenp, dholmes
-
由 brutisso 提交于
Summary: Also reviewed by: boris.molodenkov@oracle.com Reviewed-by: dcubed, minqi, mschoene Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
-