1. 14 2月, 2014 1 次提交
  2. 14 1月, 2014 1 次提交
  3. 13 6月, 2014 1 次提交
  4. 11 6月, 2014 1 次提交
  5. 28 5月, 2014 1 次提交
  6. 08 5月, 2014 1 次提交
  7. 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
  8. 16 5月, 2014 1 次提交
  9. 29 4月, 2014 1 次提交
  10. 19 6月, 2014 1 次提交
  11. 21 2月, 2014 1 次提交
  12. 23 4月, 2014 1 次提交
  13. 13 2月, 2014 1 次提交
  14. 31 3月, 2014 1 次提交
  15. 11 2月, 2014 1 次提交
  16. 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
  17. 21 3月, 2014 4 次提交
  18. 20 3月, 2014 1 次提交
  19. 06 2月, 2014 1 次提交
  20. 27 1月, 2014 1 次提交
  21. 10 1月, 2014 1 次提交
  22. 09 1月, 2014 1 次提交
  23. 08 1月, 2014 1 次提交
  24. 25 12月, 2013 1 次提交
  25. 10 12月, 2013 1 次提交
  26. 09 12月, 2013 1 次提交
  27. 02 12月, 2013 1 次提交
  28. 27 11月, 2013 1 次提交
  29. 23 11月, 2013 1 次提交
  30. 22 11月, 2013 1 次提交
  31. 11 11月, 2013 1 次提交
  32. 10 11月, 2013 1 次提交
  33. 02 11月, 2013 1 次提交
  34. 01 11月, 2013 1 次提交
  35. 26 10月, 2013 1 次提交
    • C
      8024927: Nashorn performance regression with CompressedOops · b6c254c4
      coleenp 提交于
      Summary: Allocate compressed class space at end of Java heap.  For small heap sizes, without CDS, save some space so compressed classes can have the same favorable compression as oops
      Reviewed-by: stefank, hseigel, goetz
      b6c254c4