1. 04 3月, 2016 2 次提交
  2. 29 3月, 2018 1 次提交
    • S
      8164480: Crash with assert(handler_address ==... · 336b13a4
      shshahma 提交于
      8164480: Crash with assert(handler_address == SharedRuntime::compute_compiled_exc_handler(..) failed: Must be the same
      Summary: Exception checking code needs to handle pre-allocated exceptions.
      Reviewed-by: thartmann, kvn
      336b13a4
  3. 12 4月, 2014 1 次提交
  4. 10 1月, 2014 1 次提交
  5. 25 12月, 2013 1 次提交
  6. 19 12月, 2013 1 次提交
  7. 19 11月, 2013 1 次提交
  8. 19 9月, 2013 1 次提交
    • G
      8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints. · 05fa054c
      goetz 提交于
      Summary: Some platforms, as ppc and s390x/zArch require that 32-bit ints are passed as 64-bit values to C functions. This change adds support to adapt the signature and to issue proper casts to c2-compiled stubs. The functions are used in generate_native_wrapper(). Adapt signature used by the compiler as in PhaseIdealLoop::intrinsify_fill().
      Reviewed-by: kvn
      05fa054c
  9. 13 9月, 2013 1 次提交
    • G
      8024344: PPC64 (part 112): C argument in register AND stack slot. · 5bff05b0
      goetz 提交于
      Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this.
      Reviewed-by: kvn, cjplummer
      5bff05b0
  10. 19 6月, 2013 1 次提交
    • G
      8016491: PPC64 (part 2): Clean up PPC defines. · d11fa79d
      goetz 提交于
      Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set.
      Reviewed-by: kvn
      d11fa79d
  11. 31 5月, 2013 1 次提交
  12. 24 1月, 2013 1 次提交
  13. 02 9月, 2012 1 次提交
  14. 08 8月, 2012 1 次提交
  15. 25 7月, 2012 1 次提交
  16. 29 6月, 2012 1 次提交
    • Z
      6995781: Native Memory Tracking (Phase 1) · bdfb3cf5
      zgu 提交于
      7151532: DCmd for hotspot native memory tracking
      Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd
      Reviewed-by: acorn, coleenp, fparain
      bdfb3cf5
  17. 18 9月, 2012 2 次提交
  18. 02 2月, 2012 1 次提交
  19. 06 9月, 2011 1 次提交
  20. 17 6月, 2011 1 次提交
  21. 04 6月, 2011 1 次提交
  22. 07 5月, 2011 1 次提交
  23. 28 3月, 2011 1 次提交
  24. 28 1月, 2011 1 次提交
  25. 24 11月, 2010 1 次提交
  26. 08 10月, 2010 1 次提交
  27. 25 8月, 2010 1 次提交
    • T
      6978355: renaming for 6961697 · ffaef974
      twisti 提交于
      Summary: This is the renaming part of 6961697 to keep the actual changes small for review.
      Reviewed-by: kvn, never
      ffaef974
  28. 03 8月, 2010 1 次提交
    • B
      6953477: Increase portability and flexibility of building Hotspot · 1d7def72
      bobv 提交于
      Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
      Reviewed-by: phh, never, coleenp, dholmes
      1d7def72
  29. 28 5月, 2010 1 次提交
  30. 16 3月, 2010 1 次提交
  31. 10 3月, 2010 1 次提交
  32. 04 2月, 2010 1 次提交
  33. 21 1月, 2010 1 次提交
  34. 05 1月, 2010 1 次提交
  35. 30 4月, 2009 1 次提交
  36. 09 4月, 2009 1 次提交
  37. 21 3月, 2009 1 次提交
  38. 03 3月, 2009 1 次提交