- 21 8月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added asm encoding and mach nodes for vector arithmetic instructions on x86. Reviewed-by: roland
-
- 02 8月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Check kstat data for SPARC-M. Reviewed-by: roland
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 17 7月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions Reviewed-by: twisti
-
- 20 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: disable vectorization of a memory access with more elements per vector than one which is used for alignment on sparc Reviewed-by: twisti
-
- 15 6月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
-
- 14 6月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 13 6月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, twisti Contributed-by: NKrystal Mok <sajia@taobao.com>
-
- 12 6月, 2012 2 次提交
- 07 6月, 2012 1 次提交
-
-
由 jiangli 提交于
Summary: Eliminate constMethod's _method backpointer to methodOop, and move the _constant field from methodOop to constMethod. Reviewed-by: roland, bdelsart, kamg
-
- 21 5月, 2012 1 次提交
-
-
由 roland 提交于
Summary: bad test for parity of y in pow(x,y) (c1, interpreter) Reviewed-by: kvn, twisti
-
- 15 5月, 2012 2 次提交
- 09 5月, 2012 1 次提交
-
-
由 dholmes 提交于
Reviewed-by: chrisphi, dholmes Contributed-by: NAndrew Dinn <adinn@redhat.com>
-
- 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
-