- 02 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 28 2月, 2012 1 次提交
-
-
由 roland 提交于
Summary: When resolving exception edges after register allocation, the C1 register allocator may insert spill code at the wrong insertion position. Reviewed-by: kvn, never
-
- 29 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 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 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 17 2月, 2012 6 次提交
-
-
由 kvn 提交于
Summary: Replace call_epilog() encoding with macroassembler use. Moved duplicated code to x86.ad. Fixed return_addr() definition. Reviewed-by: never
-
由 jcoomes 提交于
Summary: in some cases, allocate from the old gen before doing a full gc Reviewed-by: stefank, jmasa
-
由 jcoomes 提交于
Reviewed-by: stefank, jmasa
-
由 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 7 次提交
-
-
由 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
-
由 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 6 次提交
-
-
由 roland 提交于
Summary: Goto that replaces a If mistaken to be a back branch and triggers erroneous OSR compilation. Reviewed-by: never, iveresov
-
由 dlong 提交于
Summary: resize covered region only after successfully mapping shared archive Reviewed-by: brutisso, ysr Contributed-by: dean.long@oracle.com
-
由 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 提交于
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite Reviewed-by: acorn, phh, dcubed, kamg, dsamersoff
-
- 14 2月, 2012 3 次提交
-
-
由 fparain 提交于
Reviewed-by: dholmes, dcubed, kamg
-
由 roland 提交于
Summary: oop map needs pc stored in frame anchor in StubGenerator::generate_throw_exception() Reviewed-by: twisti, never, kvn
-
由 coleenp 提交于
Summary: Increase StackShadowPages to accomodate the JDK changes to increase buffer size in socketWrite Reviewed-by: acorn, phh
-
- 13 2月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never
-
- 11 2月, 2012 2 次提交
-
-
由 kvn 提交于
Summary: Fix typo. Reviewed-by: jrose, kvn Contributed-by: NAndrew Haley <aph@redhat.com>
-
由 kvn 提交于
Summary: Removed code which tried to create edges from fields of destination objects of arraycopy to fields of source objects. Added 30 sec time limit for EA graph construction. Reviewed-by: never
-
- 09 2月, 2012 2 次提交
- 08 2月, 2012 3 次提交
-
-
由 roland 提交于
Summary: unaligned stack in throw_NullPointerException_at_call_entry(). Reviewed-by: twisti, never, kvn
-
由 kvn 提交于
Summary: Adjust the assert and code in eliminate_card_mark() method for case when stored value is NULL. Reviewed-by: iveresov, never
-
由 kvn 提交于
Summary: LLVM-GCC (__llvm__) should use the same _get_previous_fp implementation as __clang__ (as is the case for os::current_stack_pointer). Reviewed-by: twisti, never, dcubed
-
- 03 2月, 2012 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: phh, jmasa
-