- 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
-
- 10 6月, 2016 1 次提交
-
-
由 shshahma 提交于
Summary: VisualVM's memory profiling with allocation stacktraces crashes JVM in Method::checked_resolve_jmethod_id() Reviewed-by: coleenp, sspitsyn, jiangli
-
- 30 5月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: pliden, kevinw
-
- 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
-
- 18 5月, 2016 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: coleenp, sspitsyn
-
- 24 5月, 2016 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, thartmann
-
- 25 4月, 2016 1 次提交
-
-
由 stefank 提交于
8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages Reviewed-by: pliden, sjohanss, stuefe
-
- 24 4月, 2015 1 次提交
-
-
由 stuefe 提交于
8077276: allocating heap with UseLargePages and HugeTLBFS may trash existing memory mappings (linux) Summary: Remove MAP_FIXED from initial mapping allocation; add tests Reviewed-by: stefank, coleenp
-
- 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
-
- 05 5月, 2016 1 次提交
-
-
由 robm 提交于
8036630: Null ProtectionDomain in JVM can cause NPE because principals field is not initialized to an empty array Summary: Call ProtectionDomain constructor instead of making all fields null. Reviewed-by: fparain, zgu
-
- 26 4月, 2016 1 次提交
-
-
由 aph 提交于
Summary: Complete support for 8132051 on Zero and fix failure on 64-bit big-endian systems Reviewed-by: andrew, chrisphi, coleenp
-
- 22 4月, 2016 2 次提交
- 21 4月, 2016 1 次提交
-
-
由 vkempik 提交于
Summary: Check for failed expansion of stub section in code buffer and bailout. Reviewed-by: kvn, thartmann
-
- 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
-
- 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
-
- 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>
-
- 10 3月, 2016 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: kvn
-
- 04 3月, 2016 2 次提交
- 03 3月, 2016 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp
-
- 01 3月, 2016 1 次提交
-
-
由 csahu 提交于
Reviewed-by: stuefe, coleenp, roland
-
- 29 2月, 2016 1 次提交
-
-
由 roland 提交于
Summary: gcc expects clean 32 bit int in 64 bit register on function entry Reviewed-by: kvn, dlong
-
- 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
-
- 18 2月, 2016 1 次提交
-
-
由 aeriksso 提交于
Reviewed-by: sspitsyn, coleenp, dcubed
-
- 10 2月, 2016 1 次提交
-
-
由 kevinw 提交于
Summary: Arguments coming from native should be converted to 0=false, 1-255=true Reviewed-by: coleenp
-
- 02 2月, 2016 1 次提交
-
-
由 poonam 提交于
Summary: Implement remembered sets verification for G1 with option VerifyRememberedSets Reviewed-by: jmasa, mgerdin
-
- 27 1月, 2016 1 次提交
-
-
由 simonis 提交于
Reviewed-by: goetz, mdoerr
-
- 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>
-
- 20 1月, 2016 1 次提交
-
-
由 dbuck 提交于
8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure> Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed. Reviewed-by: tbenson, kbarrett, tschatzl
-
- 08 12月, 2015 1 次提交
-
-
由 dbuck 提交于
Summary: Rewrote compressed oops tests Reviewed-by: kvn, coleenp, mseledtsov
-
- 07 12月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: kvn, twisti, stuefe
-
- 04 12月, 2015 1 次提交
-
-
由 dbuck 提交于
Summary: Thread id is now displayed as a hex number in error report. Reviewed-by: dholmes, hseigel, stuefe
-