1. 02 12月, 2014 1 次提交
  2. 02 10月, 2014 1 次提交
  3. 08 8月, 2014 1 次提交
  4. 11 6月, 2014 1 次提交
  5. 07 7月, 2014 1 次提交
  6. 01 7月, 2014 1 次提交
  7. 25 6月, 2014 1 次提交
  8. 24 6月, 2014 1 次提交
  9. 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
  10. 28 4月, 2014 1 次提交
  11. 06 9月, 2014 1 次提交
  12. 30 8月, 2014 1 次提交
  13. 04 3月, 2014 1 次提交
  14. 21 3月, 2014 1 次提交
  15. 23 1月, 2014 1 次提交
  16. 17 7月, 2014 1 次提交
    • M
      8050972: Concurrency problem in PcDesc cache · 7c57f798
      mdoerr 提交于
      Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently.
      Reviewed-by: kvn, dholmes, dcubed
      7c57f798
  17. 29 4月, 2014 1 次提交
  18. 23 6月, 2014 1 次提交
  19. 07 2月, 2014 1 次提交
  20. 08 1月, 2014 1 次提交
  21. 25 12月, 2013 1 次提交
  22. 07 12月, 2013 1 次提交
    • K
      8028107: Kitchensink crashed with EAV · dd6330ce
      kvn 提交于
      Summary: check the state of caller and callee nmethods and skip call site patching if any of them is not alive
      Reviewed-by: jrose, twisti
      dd6330ce
  23. 23 11月, 2013 1 次提交
  24. 12 11月, 2013 1 次提交
  25. 08 11月, 2013 1 次提交
  26. 10 10月, 2013 1 次提交
  27. 08 10月, 2013 1 次提交
  28. 27 9月, 2013 1 次提交
  29. 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
  30. 24 9月, 2013 1 次提交
  31. 14 9月, 2013 1 次提交
  32. 30 8月, 2013 1 次提交
  33. 26 8月, 2013 1 次提交
  34. 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
  35. 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
  36. 04 7月, 2013 1 次提交
    • G
      8016696: PPC64 (part 4): add relocation for trampoline stubs · 5b2b8517
      goetz 提交于
      Summary: A trampoline allows to encode a small branch in the code, even if there is the chance that this branch can not reach all possible code locations. If the relocation finds that a branch is too far for the instruction in the code, it can patch it to jump to the trampoline where is sufficient space for a far branch. Needed on PPC.
      Reviewed-by: kvn, bdelsart, jrose
      5b2b8517
  37. 25 6月, 2013 2 次提交
  38. 21 6月, 2013 1 次提交
    • G
      8016586: PPC64 (part 3): basic changes for PPC64 · 5f92a492
      goetz 提交于
      Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32.
      Reviewed-by: dholmes, kvn
      5f92a492
  39. 14 6月, 2013 1 次提交