1. 11 9月, 2014 1 次提交
  2. 09 9月, 2014 1 次提交
  3. 28 8月, 2014 1 次提交
  4. 26 8月, 2014 1 次提交
  5. 25 8月, 2014 1 次提交
  6. 22 8月, 2014 1 次提交
  7. 21 8月, 2014 2 次提交
  8. 14 8月, 2014 1 次提交
  9. 27 8月, 2014 1 次提交
  10. 05 8月, 2014 1 次提交
  11. 21 7月, 2014 2 次提交
  12. 13 6月, 2014 1 次提交
  13. 11 6月, 2014 1 次提交
  14. 06 8月, 2014 1 次提交
  15. 07 7月, 2014 1 次提交
  16. 26 6月, 2014 1 次提交
  17. 24 6月, 2014 1 次提交
  18. 28 5月, 2014 1 次提交
  19. 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
  20. 16 5月, 2014 1 次提交
  21. 12 3月, 2014 1 次提交
  22. 13 3月, 2014 1 次提交
  23. 12 3月, 2014 1 次提交
  24. 06 3月, 2014 1 次提交
  25. 21 2月, 2014 2 次提交
  26. 23 4月, 2014 1 次提交
  27. 14 2月, 2014 2 次提交
  28. 13 2月, 2014 1 次提交
  29. 31 3月, 2014 1 次提交
  30. 11 2月, 2014 1 次提交
  31. 24 3月, 2014 3 次提交
    • T
      8036860: Pad and cache-align the BiasedMappedArray · d18497f1
      tschatzl 提交于
      Summary: Pad and cache-align BiasedMappedArray instances by default to avoid performance variability problems due to false sharing, as instances of this data structures are typically used for performance sensitive code.
      Reviewed-by: brutisso, stefank
      d18497f1
    • T
      8035815: Cache-align and pad the from card cache · b4c57fe2
      tschatzl 提交于
      Summary: The from card cache is a very frequently accessed data structure. It is essentially a 2d array of per-region values, one row of values for every GC thread. Pad and align the data structure to avoid false sharing.
      Reviewed-by: stefank
      b4c57fe2
    • T
      8035406: Improve data structure for Code Cache remembered sets · 81f9110e
      tschatzl 提交于
      Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time.
      Reviewed-by: mgerdin, brutisso
      81f9110e
  32. 21 3月, 2014 3 次提交