- 03 4月, 2020 1 次提交
-
-
由 aph 提交于
Summary: Various small fixes around strncpy and strncat Reviewed-by: andrew
-
- 15 2月, 2020 1 次提交
-
-
由 neugens 提交于
Reviewed-by: shade, apetushkov
-
- 12 8月, 2019 1 次提交
-
-
由 apetushkov 提交于
8199712: Flight Recorder 8203346: JFR: Inconsistent signature of jfr_add_string_constant 8195817: JFR.stop should require name of recording 8195818: JFR.start should increase autogenerated name by one 8195819: Remove recording=x from jcmd JFR.check output 8203921: JFR thread sampling is missing fixes from JDK-8194552 8203929: Limit amount of data for JFR.dump 8203664: JFR start failure after AppCDS archive created with JFR StartFlightRecording 8003209: JFR events for network utilization 8207392: [PPC64] Implement JFR profiling 8202835: jfr/event/os/TestSystemProcess.java fails on missing events Summary: Backport JFR from JDK11. Initial integration Reviewed-by: neugens
-
- 10 5月, 2019 1 次提交
-
-
由 xliu 提交于
Reviewed-by: thartmann, kvn
-
- 05 6月, 2019 1 次提交
-
-
由 xliu 提交于
Summary: Prevent downgraded compilation tasks from recompiling. Reviewed-by: sgehwolf, thartmann, andrew
-
- 24 8月, 2017 1 次提交
-
-
由 shshahma 提交于
Summary: Check for possible null-point dereference. Reviewed-by: kvn
-
- 29 3月, 2016 1 次提交
-
-
由 rraghavan 提交于
Summary: Added missing code to close file pointer. Reviewed-by: kvn
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 26 11月, 2014 1 次提交
-
-
由 thartmann 提交于
Summary: Open compilation log files in write-mode and close before deletion attempt. Reviewed-by: vlivanov
-
- 20 9月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Ensure MethodCounters are created before method is enqueued for compilation Reviewed-by: kvn, drchase, jiangli, roland
-
- 14 7月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: roland, iveresov
-
- 20 6月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Acquire lock before calling notify() Reviewed-by: twisti, thartmann
-
- 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
-
- 20 10月, 2014 1 次提交
-
-
由 neliasso 提交于
Summary: Remove product flag -XX:CompilationRepeat Reviewed-by: kvn, iveresov
-
- 06 5月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Free task after getting next pointer of freelist. Reviewed-by: kvn, adlertz
-
- 08 5月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Remove unnecessary lock in CompileBroker::mark_on_stack() that causes the deadlock Reviewed-by: kvn, dcubed
-
- 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
-
- 29 4月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Fixes broken memory freeing of compile queue tasks and makes sure that blocking compiles do not hang the VM if compilation gets disabled due to a full code cache. Reviewed-by: kvn, iveresov
-
- 11 3月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, iveresov
-
- 03 9月, 2014 2 次提交
- 30 8月, 2014 1 次提交
-
-
由 drchase 提交于
Summary: Added deallocation to destructor; hardened interface against misuse Reviewed-by: kvn
-
- 29 8月, 2014 1 次提交
-
-
由 zmajo 提交于
Summary: Changed CompileCommand=option to handle "extended" parameters: Klass::method,type,flag,value. Types supported are bool, intx, and uintx. Reviewed-by: kvn, roland
-
- 14 2月, 2014 1 次提交
-
-
由 hseigel 提交于
Summary: Add length checks where necessary Reviewed-by: coleenp, mschoene
-
- 22 7月, 2014 1 次提交
-
-
由 morris 提交于
Summary: Parfait refactoring in OopMapSet::update_register_map Reviewed-by: kvn, twisti
-
- 21 7月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Clean up usage of idx_t and uintptr_t when using it in conjunction with BitMap::set_map(), casting to the appropriate type. Fixes compilation on S390. Reviewed-by: tschatzl Contributed-by: NDan Horak <dhorak@redhat.com>
-
- 10 1月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Use atomic operations to provide sequential compilation IDs Reviewed-by: kvn, twisti
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 22 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: smaller shared changes required to build the C2 compiler on PPC64. Reviewed-by: kvn
-
- 12 11月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Fixed proper sweeping of small code cache sizes Reviewed-by: kvn, iveresov
-
- 26 10月, 2013 1 次提交
-
-
由 anoll 提交于
8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers) Summary: Exit compiler threads early during startup so that wrong error message is not printed Reviewed-by: iveresov, twisti
-
- 23 10月, 2013 1 次提交
-
-
由 anoll 提交于
8026407: VM crashes on linux-ppc and linux-i586 when there is not enough ReservedCodeCacheSize specified Summary: Ensure currently required generation of AdapterHandlerLibrary::create_native_wrapper() Reviewed-by: roland, iveresov
-
- 10 10月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Ensure ensure correct initialization of compiler runtime Reviewed-by: kvn, twisti
-
- 04 10月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Ensure the thread is in correct state; rewrote test in Java Reviewed-by: kvn, twisti
-
- 27 9月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Code cache sweeping based on method hotness; removed speculatively disconnect Reviewed-by: kvn, iveresov
-
- 26 9月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms. Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin Contributed-by: lois.foltan@oracle.com
-
- 23 8月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.). Reviewed-by: kvn, dholmes, stefank
-
- 24 8月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: store in _first_index not absolute index but an index relative to the last (youngest) jvms->_scloff value Reviewed-by: roland, twisti
-
- 21 6月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
-
- 10 6月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: acorn, coleenp, sla Contributed-by: NKaren Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
-