- 31 8月, 2015 1 次提交
-
-
由 roland 提交于
Summary: Bad rewiring of memory edges when we split unique types during EA Reviewed-by: kvn
-
- 08 10月, 2015 3 次提交
-
-
由 thartmann 提交于
Summary: Clean ICs of unloaded nmethods in sweeper to avoid impact on safepoint duration. Reviewed-by: kvn, mdoerr
-
由 thartmann 提交于
Summary: Removed nmethod transition to zombie outside of sweeper. Added cleaning of ICs of unloaded nmethods. Reviewed-by: kvn, iveresov
-
由 thartmann 提交于
Summary: Remove active ICStubs from zombie nmethods Reviewed-by: kvn, iveresov
-
- 30 9月, 2015 1 次提交
-
-
由 mgerdin 提交于
Reviewed-by: jwilhelm, jmasa
-
- 16 9月, 2015 1 次提交
-
-
由 zmajo 提交于
Reviewed-by: kvn, vlivanov Contributed-by: vlad.ureche@gmail.com
-
- 06 9月, 2015 1 次提交
-
-
由 dbuck 提交于
Summary: Updated comments to refer to relevant patents. Reviewed-by: dcubed
-
- 02 9月, 2015 1 次提交
-
-
由 gthornbr 提交于
Summary: Recognize the T7/M7 platform. Reviewed-by: dcubed, kvn, jmasa
-
- 18 8月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: bdelsart, ddmitriev, dcubed
-
- 06 8月, 2015 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: sla, dsamersoff, gthornbr Contributed-by: cheleswer.sahu@oracle.com
-
- 20 7月, 2015 1 次提交
-
-
由 vkempik 提交于
Reviewed-by: coleenp, dcubed
-
- 07 7月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: check cacheline sine only for one core on sun4v SPARC systems. Reviewed-by: kvn
-
- 06 7月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Add SO_AllCodeCache to root scanning options when not unloading classes with a CMS collection cycle Reviewed-by: mgerdin, jwilhelm
-
- 02 7月, 2015 1 次提交
-
-
由 dbuck 提交于
Summary: Added check to prevent reentry of signal chaining code Reviewed-by: dcubed, acorn, dholmes
-
- 25 6月, 2015 1 次提交
-
-
由 tschatzl 提交于
Summary: Fix up GPL headers so that the RE script works. Reviewed-by: stefank, dholmes, coleenp
-
- 24 6月, 2015 1 次提交
-
-
由 coleenp 提交于
Summary: fix typo in GPL header Reviewed-by: kvn, dholmes
-
- 17 6月, 2015 2 次提交
- 11 6月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn
-
- 02 6月, 2015 1 次提交
-
-
由 jprovino 提交于
Summary: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space Reviewed-by: jmasa, kbarrett
-
- 03 6月, 2015 1 次提交
-
-
由 roland 提交于
Summary: Node::depends_only_on_test() should return false for Unsafe loads Reviewed-by: kvn, adinn
-
- 21 5月, 2015 1 次提交
-
-
由 aeriksso 提交于
Summary: CmpU needs to be reprocessed by CCP when an AddI/SubI input's input type change Reviewed-by: mcberg, kvn, roland Contributed-by: andreas.eriksson@oracle.com
-
- 20 5月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: the cached class file structure must be deallocated instead of the cached class file bytes Reviewed-by: coleenp, sla
-
- 19 5月, 2015 2 次提交
- 08 5月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Prevent vectorization of memory operations with different invariant offsets if unaligned memory accesses are not allowed. Reviewed-by: kvn
-
- 11 5月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: C2 should not try to vectorize loops with loop variant vector base address. Reviewed-by: kvn
-
- 05 5月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: dsamersoff, kbarrett, hseigel
-
- 02 5月, 2015 2 次提交
- 01 5月, 2015 1 次提交
-
-
由 bmoloden 提交于
Reviewed-by: kvn, iignatyev
-
- 30 4月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Optimize the method pointer adjustments for prev klass versions and MNT Reviewed-by: dcubed, coleenp
-
- 29 4月, 2015 1 次提交
-
-
由 goetz 提交于
Summary: Also improve check for Safepoints in signal handler. Reviewed-by: kvn, simonis
-
- 30 4月, 2015 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: stuefe, dsamersoff, dcubed
-
- 28 4月, 2015 1 次提交
-
-
由 ysuenaga 提交于
Summary: NMT with detail option reports incorrect caller address on Linux. Reviewed-by: dholmes, coleenp
-
- 23 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Removed no longer valid checking of SATB buffers Reviewed-by: jmasa, pliden
-
- 18 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Apply closure directly, eliminating registration. Reviewed-by: stefank, tschatzl
-
- 16 4月, 2015 3 次提交
-
-
由 lfoltan 提交于
Summary: Removed the Solaris specific conditionalization for casting to void * within calls to HS_DTRACE_PROBE* to enable successful compilation with gcc Red Hat 4.4.6-4. Reviewed-by: hseigel, stefank
-
由 kbarrett 提交于
Summary: Removed pre-filter verify, and made filtering more careful. Reviewed-by: brutisso, tschatzl
-
由 kbarrett 提交于
Summary: Prevent eager reclaim of objects that might be on mark stack. Reviewed-by: brutisso, tschatzl
-