- 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
-
- 14 4月, 2015 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn
-
- 08 4月, 2015 1 次提交
-
-
由 kbarrett 提交于
Summary: Eliminate _CHECK_BOTH_FINGERS_ and simplify. Reviewed-by: brutisso, tschatzl
-
- 03 4月, 2015 1 次提交
-
-
由 kvn 提交于
Summary: check that offset % mem_oper_size == 0 when alignment is verified during vectorization. Reviewed-by: iveresov
-
- 18 4月, 2015 1 次提交
-
-
由 kvn 提交于
Summary: replace Vzeroupper instruction in stubs with zeroing only used ymm registers. Reviewed-by: kvn Contributed-by: sandhya.viswanathan@intel.com
-
- 27 3月, 2015 1 次提交
-
-
由 roland 提交于
Summary: meet of 2 constant arrays result in bottom Reviewed-by: kvn
-
- 10 4月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: remove the assert and deallocate cashed class file bytes that are in collision Reviewed-by: coleenp, dcubed
-
- 27 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: A dead scope of the local needs to be identified Reviewed-by: coleenp, vlivanov, mgronlun
-
- 25 3月, 2015 1 次提交
-
-
由 hseigel 提交于
Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
-
- 20 3月, 2015 1 次提交
-
-
由 zmajo 提交于
Summary: Instead of 'fpclass', use cast float->int and double->long to check if value is +0.0f and +0.0d, respectively. Reviewed-by: kvn, simonis, dlong
-
- 19 3月, 2015 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, ecaspole
-
- 18 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale Summary: optimize the adjust_method_entries functions by using the orig_method_idnum() function Reviewed-by: coleenp, dcubed
-
- 17 3月, 2015 1 次提交
-
-
由 sspitsyn 提交于
Summary: Relax the guaranty for deleted methods Reviewed-by: dcubed, coleenp
-
- 13 3月, 2015 1 次提交
-
-
由 cjplummer 提交于
Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code. Reviewed-by: dholmes, minqi
-
- 12 3月, 2015 1 次提交
-
-
由 roland 提交于
Summary: default methods added to classes confuse dependency processing Reviewed-by: kvn
-
- 09 4月, 2015 2 次提交
- 12 3月, 2015 1 次提交
-
-
由 poonam 提交于
Summary: Warning when not checking exceptions from function that require so, also when local refs expand beyond capacity. Reviewed-by: dsimms
-
- 02 3月, 2015 1 次提交
-
-
由 thartmann 提交于
Summary: Escape state of allocated object should be always adjusted after it was passed to a method. Reviewed-by: kvn
-
- 07 3月, 2015 1 次提交
-
-
由 gthornbr 提交于
Summary: Force all Solaris builds to use the same version of the DIR structure. Reviewed-by: dcubed, dholmes, kvn
-