- 04 4月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, ecaspole, kvn
-
- 31 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dholmes, alanbur
-
- 17 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Using new sysconf and sysinfo API on Solaris 12, avoid using libpicl and libkstat. Reviewed-by: kvn
-
- 31 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: iveresov
-
- 17 3月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Add support for VM_Version::L1_data_cache_line_size(). Reviewed-by: dsimms, kvn, dholmes
-
- 13 8月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Kept only getisax(2) to determine platform features Reviewed-by: kvn, roland Contributed-by: NZoltan Majo <zoltan.majo@oracle.com>
-
- 11 1月, 2017 1 次提交
-
-
由 jcm 提交于
Summary: Applied RMs in sweep_code_cache and related codes. Reviewed-by: kvn, thartmann
-
- 24 2月, 2017 1 次提交
-
-
由 kevinw 提交于
Summary: Re-application of the change in JDK-8152271. Reviewed-by: coleenp, sspitsyn
-
- 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>
-
- 21 12月, 2016 2 次提交
- 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
-
- 10 12月, 2016 1 次提交
-
-
由 msolovie 提交于
Reviewed-by: mgronlun, alanb, dholmes
-
- 29 10月, 2016 2 次提交
-
-
由 poonam 提交于
Summary: Store additional information in PhiNodes corresponding to known instance field values to avoid incorrect reusage. Reviewed-by: kvn, thartmann
-
由 poonam 提交于
Summary: Store additional information in PhiNodes corresponding to known instance field values to avoid incorrect reusage. Reviewed-by: kvn, thartmann
-
- 22 10月, 2016 2 次提交
- 22 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: extract processor count from sched_getaffinity mask Reviewed-by: dholmes, gthornbr
-
- 14 12月, 2016 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: kevinw, vlivanov
-
- 03 11月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: hseigel
-
- 22 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: extract processor count from sched_getaffinity mask Reviewed-by: dholmes, gthornbr
-
- 20 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Behavior of strncmp may be unexpected if char buffers[s] is[are] not null terminated and buffer size is smaller than the length n. Added check to avoid this scenario. Reviewed-by: dholmes, iklam
-
- 08 9月, 2016 1 次提交
-
-
由 dholmes 提交于
Summary: use processor_count(), not active_processor_count() to determine physical number of CPUs Reviewed-by: rehn, cjplummer
-
- 22 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: extract processor count from sched_getaffinity mask Reviewed-by: dholmes, gthornbr
-
- 31 1月, 2017 1 次提交
-
-
由 aefimov 提交于
Reviewed-by: vkempik, shshahma
-
- 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 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
-
- 11 8月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: rprotacio
-
- 05 8月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Method::deallocate_contents() should clear 'this' from list of Methods in JNIMethodBlock, when class is unloaded. Reviewed-by: coleenp, dholmes
-
- 26 7月, 2016 2 次提交
- 13 7月, 2016 1 次提交
-
-
由 poonam 提交于
8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow Summary: Detect zero length signatures and throw ClassFormatError before bad dereference occurs Reviewed-by: hseigel
-
- 30 6月, 2016 3 次提交
- 01 7月, 2016 1 次提交
-
-
由 zmajo 提交于
Reviewed-by: kvn Contributed-by: NXiang Yuan <xiang.yuan@linaro.org>, Zoltan Majo <zoltan.majo@oracle.com>
-