- 13 3月, 2012 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
-
- 08 1月, 2012 2 次提交
- 20 12月, 2011 1 次提交
-
-
由 roland 提交于
Summary: adds store store barrier after initialization of header and body of objects. Reviewed-by: never, kvn
-
- 22 11月, 2011 1 次提交
-
-
由 roland 提交于
Summary: allow reg_class definition as a function. Reviewed-by: kvn, never
-
- 26 10月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Avoid CMove in a loop if possible. May generate CMove if it could be moved outside a loop. Reviewed-by: never
-
- 15 10月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Instruction countTrailingZerosL() should use iRegIsafe dst register since it is used in long arithmetic. Reviewed-by: never, twisti
-
- 16 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never, bdelsart
-
- 01 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Replace set() with patchable_set() to generate 8 instructions always. Reviewed-by: iveresov, never, roland
-
- 26 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays. Reviewed-by: never, twisti, ysr
-
- 18 8月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never, kvn
-
- 17 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: on T4 2 BIS instructions should be issued to prefetch 64 bytes Reviewed-by: iveresov, phh, twisti
-
- 12 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use new short branch instruction in C2 generated code. Reviewed-by: never
-
- 03 8月, 2011 1 次提交
-
-
由 roland 提交于
Summary: replace MemBarAcquire/MemBarRelease nodes on the monitor enter/exit code paths with new MemBarAcquireLock/MemBarReleaseLock nodes Reviewed-by: kvn, twisti
-
- 28 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Remove flags which duplicate information in Node::NodeClasses. Reviewed-by: never
-
- 22 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add new short branch instruction to Hotspot sparc assembler. Reviewed-by: never, twisti, jrose
-
- 09 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers. Reviewed-by: never, twisti
-
- 25 3月, 2011 1 次提交
-
-
由 roland 提交于
Summary: Enables cross building of a c2 VM. Support masking of shift counts when the processor architecture mandates it. Reviewed-by: kvn, never
-
- 11 2月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add TEMP edges (and KILL projections) before duplicated operands are removed in Expand() methods. Reviewed-by: never
-
- 13 1月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Make both compilers emit near and far calls when necessary. Reviewed-by: never, kvn, phh
-
- 17 12月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: read Solaris kstat data to get more precise CPU information Reviewed-by: iveresov, never, twisti, dholmes
-
- 15 12月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: After 6961690 we load non-oop pointers for the constant table which could easily be materialized in a few instructions. Reviewed-by: never, kvn
-
- 08 12月, 2010 1 次提交
-
-
由 kvn 提交于
7004925: CTW: assert(nbits == 32 || -(1 << nbits-1) <= x && x < ( 1 << nbits-1)) failed: value out of range Summary: Set offset in register if it does not fit 13 bits. Reviewed-by: iveresov
-
- 03 12月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: oops should be loaded from the constant table of an nmethod instead of materializing them with a long code sequence. Reviewed-by: never, kvn
-
- 03 11月, 2010 2 次提交
- 25 8月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
-
- 03 6月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Hoist DecodeN instruction above null check Reviewed-by: never, twisti
-
- 28 5月, 2010 2 次提交
- 25 5月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 for SPARC needs to support JSR 292. Reviewed-by: kvn, never
-
- 27 4月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: never, twisti Contributed-by: NHiroshi Yamauchi <yamauchi@google.com>
-
- 08 4月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Use BIS instruction for allocation prefetch on Sparc Reviewed-by: twisti
-
- 20 2月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Matcher::float_in_double should be true only when FPU is used for floats. Reviewed-by: never, twisti
-
- 09 1月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 05 1月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 implementation for invokedynamic support. Reviewed-by: kvn, never
-
- 27 10月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: The problem occurs with negative numbers, as the 32-bit input values are sign extended into the 64-bit registers. Reviewed-by: kvn
-
- 15 10月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Restore original null checks. Reviewed-by: never, cfang
-
- 07 10月, 2009 1 次提交
-
-
由 kvn 提交于
Summary: Fix problem with the double register encodings in sparc.ad Reviewed-by: never, jrose Contributed-by: volker.simonis@gmail.com
-
- 15 9月, 2009 1 次提交
-
-
由 kvn 提交于
6875866: Intrinsic for String.indexOf() is broken on x86 with SSE4.2 Summary: Modify String intrinsic methods to pass char[] pointers instead of string oops. Reviewed-by: never
-