- 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
-
- 10 8月, 2016 1 次提交
-
-
由 simonis 提交于
Summary: Add support for AES intrinsics on PPC64. Reviewed-by: kvn, mdoerr, simonis, zmajo Contributed-by: NHiroshi H Horii <horii@jp.ibm.com>
-
- 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
-
- 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 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: pliden, tschatzl
-
- 27 6月, 2016 1 次提交
-
-
由 thartmann 提交于
Summary: Correct backport of 8159244. Reviewed-by: kvn
-
- 22 6月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: MetadataOnStackMark must be done before calling free_deallocate_list(). Reviewed-by: coleenp, sspitsyn
-
- 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
-
- 28 4月, 2016 1 次提交
-
-
由 jiangli 提交于
Reviewed-by: iklam, acorn, mschoene
-
- 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 1 次提交
-
-
由 shshahma 提交于
Reviewed-by: kvn
-
- 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
-
- 17 3月, 2016 1 次提交
-
-
由 sspitsyn 提交于
Reviewed-by: dcubed, dsamersoff
-
- 16 3月, 2016 1 次提交
-
-
由 poonam 提交于
Reviewed-by: kbarrett, tschatzl
-
- 14 3月, 2016 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, coleenp
-
- 11 3月, 2016 1 次提交
-
-
由 aeriksso 提交于
Summary: Adding missing check for valid oop. Reviewed-by: dcubed Contributed-by: NShafi Ahmad <shafi.s.ahmad@oracle.com>
-
- 04 3月, 2016 3 次提交
- 03 3月, 2016 2 次提交
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 24 2月, 2016 1 次提交
-
-
由 kevinw 提交于
8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo Summary: fix incorrect code Reviewed-by: kvn, coleenp
-
- 21 2月, 2016 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: kvn, jrose, kevinw, ahgross
-
- 24 2月, 2016 1 次提交
-
-
由 kevinw 提交于
8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo Summary: fix incorrect code Reviewed-by: kvn, coleenp
-
- 21 2月, 2016 1 次提交
-
-
由 coleenp 提交于
Reviewed-by: kvn, jrose, kevinw, ahgross
-
- 18 2月, 2016 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: sspitsyn, coleenp, dcubed
-
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 10 2月, 2016 2 次提交
- 02 2月, 2016 1 次提交
-
-
由 poonam 提交于
Summary: Implement remembered sets verification for G1 with option VerifyRememberedSets Reviewed-by: jmasa, mgerdin
-
- 27 1月, 2016 1 次提交
-
-
由 thartmann 提交于
Summary: Emit CastII to make narrow ConvI2L dependent on the corresponding range check. Reviewed-by: kvn, roland
-
- 21 1月, 2016 1 次提交
-
-
由 tschatzl 提交于
Summary: Do not make reused PRTs available to other threads before the bitmap of the PRT has been cleared. Reviewed-by: tbenson, mgerdin, brutisso Contributed-by: NPoonam Bajaj <poonam.bajaj@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
-