- 15 5月, 2017 1 次提交
-
-
由 tschatzl 提交于
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic. Reviewed-by: ehelin, shade
-
- 30 3月, 2017 1 次提交
-
-
由 thartmann 提交于
Reviewed-by: kvn, vlivanov, dlong, rhalade, mschoene, iignatyev
-
- 17 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Add support for VM_Version::L1_data_cache_line_size(). Reviewed-by: dsimms, kvn, dholmes
-
- 06 1月, 2017 2 次提交
-
-
由 dholmes 提交于
8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments Summary: Set apparent physical memory to cgroup memory limit when UseCGroupMemoryLimitForHeap is true Reviewed-by: acorn, gtriantafill Contributed-by: NChristine Flood <chf@redhat.com>
-
由 dholmes 提交于
8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments Summary: Set apparent physical memory to cgroup memory limit when UseCGroupMemoryLimitForHeap is true Reviewed-by: acorn, gtriantafill Contributed-by: NChristine Flood <chf@redhat.com>
-
- 16 12月, 2016 4 次提交
-
-
由 tschatzl 提交于
Summary: Use the initial active processor count for memory initialization instead of the current active one. Reviewed-by: dholmes, mgerdin
-
由 tschatzl 提交于
Summary: Use the initial active processor count for memory initialization instead of the current active one. Reviewed-by: dholmes, mgerdin
-
由 tschatzl 提交于
Summary: Introduce and initialize active_processor_count variable in VM. Reviewed-by: dholmes, jprovino
-
由 tschatzl 提交于
Summary: Introduce and initialize active_processor_count variable in VM. Reviewed-by: dholmes, jprovino
-
- 14 12月, 2016 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: kevinw, vlivanov
-
- 16 8月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Under error conditions, always return -1 and perform null termination regardless of the behavior of underlying vsnprintf() implementation. Reviewed-by: dholmes, cjplummer
-
- 01 7月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: pliden
-
- 21 6月, 2016 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: gthornbr, hseigel, mschoene Contributed-by: gerard.ziemski@oracle.com
-
- 17 5月, 2016 1 次提交
-
-
由 jiangli 提交于
Reviewed-by: iklam, hseigel, acorn, mschoene
-
- 29 3月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: jmasa, kbarrett, tschatzl
-
- 16 3月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: kbarrett, tschatzl
-
- 04 3月, 2016 2 次提交
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 24 2月, 2016 2 次提交
-
-
由 kevinw 提交于
8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo Summary: fix incorrect code Reviewed-by: kvn, coleenp
-
由 kevinw 提交于
8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo Summary: fix incorrect code Reviewed-by: kvn, coleenp
-
- 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
-
- 07 12月, 2015 2 次提交
- 03 12月, 2015 1 次提交
-
-
由 ccheung 提交于
Summary: for fixing a truncation problem on the output from -XX:+TraceClassPaths Reviewed-by: coleenp, jiangli, cjplummer, minqi
-
- 08 10月, 2015 3 次提交
-
-
由 thartmann 提交于
Summary: Clean ICs of unloaded nmethods in sweeper to avoid impact on safepoint duration. Reviewed-by: kvn, mdoerr
-
由 thartmann 提交于
Summary: Removed nmethod transition to zombie outside of sweeper. Added cleaning of ICs of unloaded nmethods. Reviewed-by: kvn, iveresov
-
由 thartmann 提交于
Summary: Remove active ICStubs from zombie nmethods Reviewed-by: kvn, iveresov
-
- 06 9月, 2015 1 次提交
-
-
由 dbuck 提交于
Summary: Updated comments to refer to relevant patents. Reviewed-by: dcubed
-
- 18 12月, 2015 1 次提交
-
-
由 gthornbr 提交于
Reviewed-by: dcubed, mikael
-
- 20 7月, 2015 2 次提交
- 17 6月, 2015 2 次提交
-
-
由 poonam 提交于
Summary: CMSClassUnloadingEnabled and ExplicitGCInvokesConcurrentAndUnloadsClasses should be disabled when -Xnoclassgc is specified Reviewed-by: jmasa, kbarrett
-
由 poonam 提交于
Summary: CMSClassUnloadingEnabled and ExplicitGCInvokesConcurrentAndUnloadsClasses should be disabled when -Xnoclassgc is specified Reviewed-by: jmasa, kbarrett
-
- 11 6月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn
-
- 13 3月, 2015 1 次提交
-
-
由 cjplummer 提交于
Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code. Reviewed-by: dholmes, minqi
-
- 09 4月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: lfoltan, sspitsyn
-
- 12 3月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Warning when not checking exceptions from function that require so, also when local refs expand beyond capacity. Reviewed-by: dsimms
-
- 02 3月, 2015 1 次提交
-
-
由 sjohanss 提交于
Reviewed-by: kbarrett, dholmes
-