- 15 5月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Allow a version of String class that doesn't have count and offset fields. Reviewed-by: never, coleenp
-
- 12 4月, 2012 1 次提交
-
-
由 iveresov 提交于
Summary: x64 C1 needs to zero upper 32bits when doing l2i conversion Reviewed-by: never, kvn
-
- 03 4月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 13 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
-
- 06 4月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Object pointer is pushed more than once on stack, where GC doesn't expect it. Reviewed-by: coleenp, kvn Contributed-by: axel.siebenborn@sap.com
-
- 06 3月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Breakpoint needs to do 64-bit compare for pointers on sparcv9 Reviewed-by: coleenp, never Contributed-by: dean.long@oracle.com
-
- 02 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 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
-
- 22 2月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Issue storestore barrier before constructor return if the constructor write final field. Reviewed-by: dholmes, jrose, roland, coleenp Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 21 2月, 2012 2 次提交
-
-
由 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
-
由 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
-
- 19 2月, 2012 1 次提交
-
-
由 sla 提交于
Summary: Change OSThread to use mach thread_t Reviewed-by: phh, dcubed
-
- 17 2月, 2012 2 次提交
-
-
由 kvn 提交于
Summary: Replace call_epilog() encoding with macroassembler use. Moved duplicated code to x86.ad. Fixed return_addr() definition. Reviewed-by: never
-
由 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 1 次提交
-
-
由 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
-
- 15 2月, 2012 2 次提交
- 14 2月, 2012 2 次提交
- 13 2月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never
-
- 08 2月, 2012 1 次提交
-
-
由 roland 提交于
Summary: unaligned stack in throw_NullPointerException_at_call_entry(). Reviewed-by: twisti, never, kvn
-
- 03 2月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NVolker Simonis <volker.simonis@gmail.com>
-
- 02 2月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 31 1月, 2012 1 次提交
-
-
由 iveresov 提交于
Summary: Fix pure c2 builds Reviewed-by: kvn, brutisso, never
-
- 26 1月, 2012 2 次提交
-
-
由 bdelsart 提交于
Summary: improvements of TraceMethodHandles for JSR292 Reviewed-by: never, twisti
-
由 jiangli 提交于
Summary: Change InstanceKlass::_reference_type to u1 type. Reviewed-by: dholmes, coleenp, acorn Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 24 1月, 2012 1 次提交
-
-
由 bdelsart 提交于
Summary: improvements of frame_describe Reviewed-by: never, twisti
-
- 20 1月, 2012 2 次提交
- 18 1月, 2012 1 次提交
-
-
由 bdelsart 提交于
Summary: fix for debug method frame::describe Reviewed-by: never, kvn
-
- 08 1月, 2012 2 次提交
- 06 1月, 2012 1 次提交
-
-
由 iveresov 提交于
Summary: Setup thread register in MacroAssembler::incr_allocated_bytes() on x64 Reviewed-by: kvn
-
- 02 1月, 2012 1 次提交
-
-
由 phh 提交于
Summary: Add rdtsc detection and inline generation. Reviewed-by: kamg, dholmes Contributed-by: karen.kinnear@oracle.com
-
- 24 12月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Distance is too large for one short branch in string_indexofC8(). Reviewed-by: iveresov
-
- 20 12月, 2011 3 次提交
-
-
由 roland 提交于
Summary: adds store store barrier after initialization of header and body of objects. Reviewed-by: never, kvn
-
由 bdelsart 提交于
Summary: GC crash for explicit stack overflow checks after a C2I transition. Reviewed-by: coleenp, never Contributed-by: yang02.wang@sap.com, bertrand.delsart@oracle.com
-
由 coleenp 提交于
Summary: Disable verify_heapbase on sparc if TraceBytecodes because the latter uses r12 as a temp register Reviewed-by: coleenp, phh Contributed-by: NVolker Simonis <volker.simonis@gmail.com>
-