1. 23 5月, 2014 1 次提交
    • D
      8037816: Fix for 8036122 breaks build with Xcode5/clang · ed4b64df
      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
      ed4b64df
  2. 25 4月, 2014 1 次提交
  3. 18 4月, 2014 1 次提交
  4. 29 3月, 2014 1 次提交
  5. 14 1月, 2014 1 次提交
  6. 09 1月, 2014 2 次提交
    • A
      8011391: C1: assert(code_offset() - offset ==... · 28e1ee63
      adlertz 提交于
      8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
      Summary: Remove the VerifyOopMaps flag which doesn't work for tiered or for C1 with more compiler threads than one.
      Reviewed-by: twisti, drchase, iveresov
      28e1ee63
    • K
      8028468: Add inlining information into ciReplay · 97d22470
      kvn 提交于
      Summary: Allow dump and replay inlining for specified method during a program execution.
      Reviewed-by: roland, twisti
      97d22470
  7. 07 1月, 2014 1 次提交
  8. 25 12月, 2013 1 次提交
  9. 15 11月, 2013 1 次提交
  10. 13 11月, 2013 1 次提交
  11. 12 11月, 2013 1 次提交
  12. 05 11月, 2013 1 次提交
  13. 31 10月, 2013 1 次提交
  14. 24 10月, 2013 1 次提交
  15. 22 10月, 2013 1 次提交
  16. 19 10月, 2013 1 次提交
    • M
      8008242: VerifyOops is broken on SPARC · 215e5b2c
      morris 提交于
      Summary: Fixed displacement issues in SPARC macroassembler and ensure that getClass intrinsic temporary result is T_METADATA
      Reviewed-by: kvn, twisti
      215e5b2c
  17. 24 10月, 2013 1 次提交
  18. 12 10月, 2013 2 次提交
  19. 10 10月, 2013 1 次提交
  20. 09 10月, 2013 1 次提交
  21. 08 10月, 2013 1 次提交
  22. 28 9月, 2013 1 次提交
  23. 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
  24. 25 9月, 2013 1 次提交
  25. 14 9月, 2013 1 次提交
  26. 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
  27. 30 8月, 2013 1 次提交
  28. 26 8月, 2013 1 次提交
  29. 23 8月, 2013 1 次提交
    • G
      8023033: PPC64 (part 13): basic changes for AIX · 4c8ea96d
      goetz 提交于
      Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.).
      Reviewed-by: kvn, dholmes, stefank
      4c8ea96d
  30. 21 8月, 2013 1 次提交
  31. 20 8月, 2013 1 次提交
  32. 15 8月, 2013 1 次提交
    • J
      7145569: G1: optimize nmethods scanning · d5c439d7
      johnc 提交于
      Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
      Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
      d5c439d7
  33. 30 7月, 2013 1 次提交
  34. 03 7月, 2013 1 次提交
  35. 18 6月, 2013 1 次提交
  36. 14 6月, 2013 1 次提交
  37. 05 6月, 2013 1 次提交
  38. 23 5月, 2013 1 次提交