- 27 2月, 2012 2 次提交
-
-
由 roland 提交于
7148486: At a method handle call returning with an exception may call the runtime with misaligned stack (x64) Summary: stack must be realigned when calling the runtime for exception propagation at a call. Reviewed-by: kvn, never
-
由 roland 提交于
Summary: check stack alignment on VM entry on x64. Reviewed-by: kvn, never
-
- 25 2月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: fixed few problems in LogCompilation parser. Reviewed-by: never
-
- 22 2月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Take into account only stores captured by Initialize node. Added missing check for Top input in value() methods. Reviewed-by: never
-
- 21 2月, 2012 1 次提交
-
-
由 kvn 提交于
7147064: assert(allocates2(pc)) failed: not in CodeBuffer memory: 0xffffffff778d9d60 <= 0xffffffff778da69c Summary: Increase size of deopt_blob and uncommon_trap_blob by size of stack bang code (SPARC). Reviewed-by: azeemj, iveresov, never, phh
-
- 18 2月, 2012 5 次提交
- 17 2月, 2012 10 次提交
-
-
由 fparain 提交于
-
由 stefank 提交于
-
由 kvn 提交于
Summary: Replace call_epilog() encoding with macroassembler use. Moved duplicated code to x86.ad. Fixed return_addr() definition. Reviewed-by: never
-
由 coleenp 提交于
-
由 jcoomes 提交于
Summary: in some cases, allocate from the old gen before doing a full gc Reviewed-by: stefank, jmasa
-
由 jcoomes 提交于
Reviewed-by: stefank, jmasa
-
由 katleman 提交于
-
由 coleenp 提交于
Summary: Relax the assertion to simply check for COOP mode rather than an exact address. Reviewed-by: coleenp, kvn, phh, dcubed Contributed-by: james.melvin@oracle.com
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 phh 提交于
Summary: In vm_version_x86.hpp, add and use CPU_MODEL_IVYBRIDGE_EP, and restrict is_intel_tsc_synced_at_init() to EP models. Reviewed-by: kvn, acorn
-
- 16 2月, 2012 8 次提交
-
-
由 roland 提交于
Summary: forced exit may destory global objects that are still in use. Reviewed-by: twisti, never, kvn
-
由 kvn 提交于
Summary: For C2 moved saving EBP after ESP adjustment. For C1 generated 5 byte nop instruction first if needed. Reviewed-by: never, twisti, azeemj
-
由 iveresov 提交于
Summary: Removed old tiered code Reviewed-by: never, kvn
-
由 bpittore 提交于
-
由 iveresov 提交于
Summary: Safepoint in the sweeper loop in necessary Reviewed-by: kvn, never
-
由 fparain 提交于
Reviewed-by: acorn, fparain Contributed-by: nils.loodin@oracle.com
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 tonyp 提交于
Summary: Revamp of the mechanism that chooses old regions for inclusion in the CSet. It simplifies the code and introduces min and max bounds on the number of old regions added to the CSet at each mixed GC to avoid pathological cases. It also ensures that when we do a mixed GC we'll always find old regions to add to the CSet (i.e., it eliminates the case where a mixed GC will collect no old regions which can happen today). Reviewed-by: johnc, brutisso
-
- 15 2月, 2012 11 次提交
-
-
由 roland 提交于
Summary: Goto that replaces a If mistaken to be a back branch and triggers erroneous OSR compilation. Reviewed-by: never, iveresov
-
由 minqi 提交于
-
由 dlong 提交于
Summary: resize covered region only after successfully mapping shared archive Reviewed-by: brutisso, ysr Contributed-by: dean.long@oracle.com
-
由 kamg 提交于
-
由 minqi 提交于
-
由 sspitsyn 提交于
7130993: nsk/jdi/ReferenceType/instances/instances004 fails with JFR: assert(ServiceUtil::visible_oop(obj)) Summary: Skip reporting invisible refs in iterate_over_object to avoid assert(ServiceUtil::visible_oop(obj)) Reviewed-by: dcubed, mgronlun, rbackman Contributed-by: serguei.spitsyn@oracle.com
-
由 kamg 提交于
Summary: 0 is a successful return from an ioctl() call Reviewed-by: dcubed, phh, dsamersoff
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 coleenp 提交于
-
由 coleenp 提交于
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite Reviewed-by: acorn, phh, dcubed, kamg, dsamersoff
-
由 kamg 提交于
-
- 14 2月, 2012 1 次提交
-
-
由 fparain 提交于
Reviewed-by: dholmes, dcubed, kamg
-