- 12 6月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add C2 SHA intrinsics on SPARC Reviewed-by: kvn, roland Contributed-by: james.cheng@oracle.com
-
- 06 8月, 2014 1 次提交
-
-
由 thartmann 提交于
8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation Summary: Added missing metadata relocation to 'loadConP_no_oop_cheap' on Sparc if the pointer is referring to a Klass. Added jtreg test. Reviewed-by: kvn
-
- 25 6月, 2014 1 次提交
-
-
由 stefank 提交于
Reviewed-by: vlivanov, ehelin
-
- 28 5月, 2014 1 次提交
-
-
由 mikael 提交于
Reviewed-by: coleenp, lfoltan, kvn
-
- 22 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: save cipher len after registers are saved Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
-
- 29 5月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Pass correct value to post-barrier in UnsafeGetAndSetObject Reviewed-by: roland, vlivanov
-
- 30 4月, 2014 2 次提交
- 23 5月, 2014 1 次提交
-
-
由 drchase 提交于
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas 8043164: Format warning in traceStream.hpp Summary: Backport of main fix + two corrections, enables clang compilation, turns on format attributes, corrects/mutes warnings Reviewed-by: kvn, coleenp, iveresov, twisti
-
- 01 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
-
- 18 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: profiling code in interpreter broken when argument profiling is off. Reviewed-by: iveresov, kvn
-
- 03 4月, 2014 1 次提交
-
-
由 goetz 提交于
Reviewed-by: coleenp, kvn
-
- 01 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
-
- 11 4月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Insert a nop between cbcond and CTI Reviewed-by: kvn, twisti
-
- 27 2月, 2014 1 次提交
-
-
由 goetz 提交于
Summary: Avoid #ifs by introducing the accessor function interpreter_frame_temp_oop_addr(). Reviewed-by: kvn, twisti
-
- 26 3月, 2014 1 次提交
-
-
由 goetz 提交于
Summary: Take into account space needed for "trampoline code" used by calls on PPC64. Reviewed-by: kvn Contributed-by: lutz.schmidt@sap.com
-
- 23 1月, 2014 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, iveresov
-
- 22 1月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Restrict loadI2L_imm optimizations to positive values of mask Reviewed-by: kvn, dlong
-
- 18 1月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Fix the sizing of loadUS2L_immI16 and loadI2L_immI Reviewed-by: kvn, azeemj
-
- 15 1月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Add intrinsics/stub routines support for single-block and multi-block (as used by Cipher Block Chaining mode) AES encryption and decryption operations on the SPARC platform. Reviewed-by: kvn, roland Contributed-by: shrinivas.joshi@oracle.com
-
- 14 1月, 2014 1 次提交
-
-
由 roland 提交于
Summary: c1 and interpreter support for new type profiling on sparc Reviewed-by: kvn, twisti
-
- 12 2月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: kvn
-
- 25 12月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
-
- 13 12月, 2013 1 次提交
-
-
由 iveresov 提交于
8029668: Kithcensink crashed with guarantee(Assembler::is_simm13(disp)) failed: Do not match large constant offsets Summary: Bailout if we try to reference a stack location that we can't encode Reviewed-by: kvn, twisti
-
- 02 12月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: fix code to allow testing on Fujitsu Sparc64 CPUs Reviewed-by: kvn
-
- 28 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: On PPC64 use tdi instruction that does a compare and raises SIGTRAP for NULL and range checks. Reviewed-by: kvn
-
- 27 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: Use new nodes for loadFence/storeFence intrinsics in C2. Reviewed-by: kvn, dholmes
-
- 20 11月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: fix CPP-interpreter after CheckUnhandledOops was re-enabled in the fastdebug build Reviewed-by: kvn, dholmes, lfoltan
-
- 15 11月, 2013 1 次提交
-
-
由 goetz 提交于
Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
-
- 08 11月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, iveresov
-
- 06 11月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Uncommon trap blob did not bang all the stack shadow pages Reviewed-by: kvn, twisti, iveresov, jrose
-
- 05 11月, 2013 1 次提交
-
-
由 roland 提交于
Summary: String.equals() intrinsic shouldn't use integer length input in pointer arithmetic without an i2l. Reviewed-by: kvn, twisti
-
- 26 10月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: Allocate compressed class space at end of Java heap. For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops Reviewed-by: stefank, hseigel, goetz
-
- 25 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, roland
-
- 19 10月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA Reviewed-by: kvn, twisti
-
- 18 10月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: kvn, twisti
-
- 24 10月, 2013 1 次提交
-
-
由 iveresov 提交于
Summary: Fix wrong calling convention in LIR_Assembler::emit_unwind_handler(), T_METADATA support in calling convention generator, C1 register allocator Reviewed-by: twisti, jrose
-
- 15 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 12 10月, 2013 1 次提交
-
-
由 twisti 提交于
8005173: assert(false) failed: DEBUG MESSAGE: exception oop must be empty (macroAssembler_x86.cpp:625) Reviewed-by: kvn, iveresov
-
- 09 10月, 2013 1 次提交
-
-
由 roland 提交于
Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
-