- 25 10月, 2015 1 次提交
-
-
由 fyang 提交于
8047212: runtime/ParallelClassLoading/bootstrap/random/inner-complex assert(ObjectSynchronizer::verify_objmon_isinpool(inf)) failed: monitor is invalid Summary: Fix race between ObjectMonitor alloc and verification code; teach SA about "static pointer volatile" fields. Reviewed-by: andrew
-
- 18 6月, 2015 1 次提交
-
-
由 ascarpino 提交于
Reviewed-by: kvn, jrose, phh
-
- 30 9月, 2017 1 次提交
-
-
由 dbuck 提交于
Reviewed-by: jrose, coleenp, ahgross, acorn, vlivanov
-
- 15 5月, 2017 1 次提交
-
-
由 tschatzl 提交于
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic. Reviewed-by: ehelin, shade
-
- 07 4月, 2017 1 次提交
-
-
由 dbuck 提交于
8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same Reviewed-by: kvn, mdoerr
-
- 30 3月, 2017 2 次提交
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 18 2月, 2015 1 次提交
-
-
由 poonam 提交于
8049881: jstack not working on core files Summary: These changes add some definitions on the SA side and the supporting code on the hotspot side. Reviewed-by: sla, dsamersoff, mgronlun
-
- 15 5月, 2017 1 次提交
-
-
由 tschatzl 提交于
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic. Reviewed-by: ehelin, shade
-
- 25 2月, 2015 1 次提交
-
-
由 dlong 提交于
Summary: refactor close to remove references to closed ports Reviewed-by: kvn, simonis, sgehwolf, dholmes
-
- 27 9月, 2014 2 次提交
- 17 2月, 2016 1 次提交
-
-
由 igerasim 提交于
Summary: Add intrinsics for BigInteger squareToLen and mulAdd methods. Reviewed-by: kvn, jrose
-
- 22 8月, 2014 1 次提交
-
-
由 iklam 提交于
Summary: Cleaned up CDS to be more configurable, maintainable and extensible Reviewed-by: dholmes, coleenp, acorn, mchung
-
- 10 9月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: roland, vlivanov
-
- 03 9月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM. Reviewed-by: roland
-
- 17 2月, 2014 1 次提交
-
-
由 sjohanss 提交于
Summary: SA used the wrong type for the indexedFreeList in CompactibleFreeListSpace. Reviewed-by: coleenp, dsamersoff
-
- 11 2月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: mgerdin, jmasa Contributed-by: matthias.baesken@sap.com
-
- 23 1月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 27 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Use new nodes for loadFence/storeFence intrinsics in C2. Reviewed-by: kvn, dholmes
-
- 17 10月, 2013 1 次提交
-
-
由 dsamersoff 提交于
8005810: Update Hotspot Serviceability Agent for Method Parameter Reflection and Generic Type Signature Data Summary: Hotspot was updated to store method parameter reflection and generic type signature data at runtime. Serviceability agent support was updated for this data Reviewed-by: coleenp, minqi, sla Contributed-by: eric.mccorkle@oracle.com
-
- 15 10月, 2013 1 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, jmasa
-
- 18 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 10 10月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Ensure ensure correct initialization of compiler runtime Reviewed-by: kvn, twisti
-
- 08 10月, 2013 2 次提交
- 09 10月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam). Reviewed-by: coleenp, iklam
-
- 27 9月, 2013 3 次提交
- 14 9月, 2013 2 次提交
- 23 8月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.). Reviewed-by: kvn, dholmes, stefank
-
- 20 8月, 2013 1 次提交
-
-
由 jiangli 提交于
8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes. Summary: Change InstanceKlass::_source_file_name and _generic_signature to u2 fields. Reviewed-by: coleenp, iklam
-
- 16 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: public methods that don't need to be public should be private. Reviewed-by: kvn, twisti
-
- 07 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Hide private node to block mapping using public interface Reviewed-by: kvn, roland
-
- 04 7月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size. Reviewed-by: stefank, coleenp
-
- 02 7月, 2013 1 次提交
-
-
由 coleenp 提交于
8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty Summary: Allocate medium chunks for class metaspace when class loader has lots of classes Reviewed-by: mgerdin, jmasa
-
- 24 6月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Added Atomic::inc(short*) to support this change. Reviewed-by: coleenp, dcubed, dholmes, minqi
-