- 22 10月, 2016 1 次提交
-
-
由 vkempik 提交于
Summary: Add missing cache_line_size > 0 checks. Reviewed-by: kvn
-
- 22 9月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: extract processor count from sched_getaffinity mask Reviewed-by: dholmes, gthornbr
-
- 03 11月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: hseigel
-
- 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
-
- 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 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: acorn, mschoene, ctornqvi Contributed-by: harold.seigel@oracle.com
-
- 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 2 次提交
-
-
由 zmajo 提交于
Reviewed-by: kvn Contributed-by: NXiang Yuan <xiang.yuan@linaro.org>, Zoltan Majo <zoltan.majo@oracle.com>
-
由 vkempik 提交于
Reviewed-by: pliden
-
- 29 6月, 2016 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: jrose, hseigel, vlivanov, bmoloden, ctornqvi, mschoene
-
- 09 7月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: rprotacio
-
- 29 6月, 2016 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: jrose, hseigel, vlivanov, bmoloden, ctornqvi, mschoene
-
- 27 6月, 2016 1 次提交
-
-
由 thartmann 提交于
Summary: Correct backport of 8159244. Reviewed-by: kvn
-
- 21 6月, 2016 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: gthornbr, hseigel, mschoene Contributed-by: gerard.ziemski@oracle.com
-
- 20 6月, 2016 1 次提交
-
-
由 thartmann 提交于
Summary: Emit release barrier after String creation to prevent partially initialized object from escaping. Reviewed-by: kvn
-
- 15 6月, 2016 1 次提交
-
-
由 simonis 提交于
Summary: Adjust instruction generation. Reviewed-by: goetz Contributed-by: gromero@linux.vnet.ibm.com, horii@jp.ibm.com
-
- 22 6月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: MetadataOnStackMark must be done before calling free_deallocate_list(). Reviewed-by: coleenp, sspitsyn
-
- 24 5月, 2016 1 次提交
-
-
由 csahu 提交于
Summary: C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2. Reviewed-by: kvn
-
- 17 5月, 2016 1 次提交
-
-
由 dbuck 提交于
Summary: Typo error referring new_acitve_workers is corrected as new_active_workers Reviewed-by: jmasa, drwhite Contributed-by: fairoz.matte@oracle.com
-
- 12 5月, 2016 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: acorn, jdn Contributed-by: harold.seigel@oracle.com
-
- 17 5月, 2016 1 次提交
-
-
由 jiangli 提交于
Reviewed-by: iklam, hseigel, acorn, mschoene
-
- 12 5月, 2016 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: acorn, jdn Contributed-by: harold.seigel@oracle.com
-
- 28 4月, 2016 2 次提交
- 27 4月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: Guarantee is to ensure classloader is a valid oop will help catch the errors at an early stage rather than crashing the JVM later on in the GC Reviewed-by: coleenp
-
- 20 6月, 2016 1 次提交
-
-
由 thartmann 提交于
Summary: Emit release barrier after String creation to prevent partially initialized object from escaping. Reviewed-by: kvn
-
- 22 4月, 2016 2 次提交
- 15 4月, 2016 1 次提交
-
-
由 shshahma 提交于
8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined Summary: concurrent class loading causes return phi to become top Reviewed-by: kvn
-
- 21 4月, 2016 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: dsamersoff, sspitsyn, sla
-
- 08 4月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: hseigel
-
- 05 4月, 2016 1 次提交
-
-
由 poonam 提交于
8076995: gc/ergonomics/TestDynamicNumberOfGCThreads.java failed with java.lang.RuntimeException: 'new_active_workers' missing from stdout/stderr Reviewed-by: jmasa, drwhite
-
- 29 3月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: jmasa, kbarrett, tschatzl
-
- 25 3月, 2016 1 次提交
-
-
由 iklam 提交于
Reviewed-by: acorn, hseigel, mschoene
-