1. 23 3月, 2015 1 次提交
  2. 30 3月, 2017 2 次提交
  3. 21 4月, 2016 1 次提交
  4. 29 5月, 2015 1 次提交
  5. 01 4月, 2014 1 次提交
  6. 15 10月, 2015 1 次提交
  7. 13 3月, 2014 1 次提交
  8. 25 2月, 2014 1 次提交
  9. 21 3月, 2014 1 次提交
  10. 26 3月, 2014 1 次提交
  11. 23 1月, 2014 1 次提交
  12. 22 1月, 2014 1 次提交
  13. 27 11月, 2013 1 次提交
  14. 15 11月, 2013 1 次提交
  15. 18 10月, 2013 1 次提交
  16. 27 9月, 2013 1 次提交
  17. 26 9月, 2013 1 次提交
    • H
      7195622: CheckUnhandledOops has limited usefulness now · 087226b2
      hseigel 提交于
      Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
      Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
      Contributed-by: lois.foltan@oracle.com
      087226b2
  18. 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
  19. 16 8月, 2013 1 次提交
    • H
      8003424: Enable Class Data Sharing for CompressedOops · 663f2686
      hseigel 提交于
      8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
      8005933: The -Xshare:auto option is ignored for -server
      Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs.
      Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
      663f2686
  20. 12 8月, 2013 1 次提交
  21. 25 4月, 2013 1 次提交
  22. 16 4月, 2013 1 次提交
  23. 13 4月, 2013 1 次提交
  24. 05 4月, 2013 1 次提交
  25. 04 4月, 2013 1 次提交
  26. 23 1月, 2013 1 次提交
  27. 04 1月, 2013 1 次提交
  28. 10 10月, 2012 1 次提交
    • V
      7199654: Remove LoadUI2LNode · 46f9a76a
      vlivanov 提交于
      Summary: Removed LoadUI2L node from Ideal nodes, use match rule in .ad files instead.
      Reviewed-by: kvn
      46f9a76a
  29. 09 10月, 2012 1 次提交
  30. 02 9月, 2012 1 次提交
  31. 21 8月, 2012 1 次提交
  32. 15 6月, 2012 1 次提交
  33. 13 6月, 2012 1 次提交
  34. 12 6月, 2012 1 次提交
  35. 15 5月, 2012 1 次提交
  36. 03 4月, 2012 1 次提交
  37. 20 9月, 2012 1 次提交
  38. 13 3月, 2012 1 次提交
  39. 17 2月, 2012 1 次提交
    • K
      7145346: VerifyStackAtCalls is broken · cc11a297
      kvn 提交于
      Summary: Replace call_epilog() encoding with macroassembler use. Moved duplicated code to x86.ad. Fixed return_addr() definition.
      Reviewed-by: never
      cc11a297