1. 28 5月, 2014 1 次提交
  2. 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
  3. 16 5月, 2014 1 次提交
  4. 21 2月, 2014 1 次提交
  5. 23 4月, 2014 1 次提交
  6. 13 2月, 2014 1 次提交
  7. 31 3月, 2014 1 次提交
  8. 11 2月, 2014 1 次提交
  9. 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
  10. 21 3月, 2014 4 次提交
  11. 20 3月, 2014 1 次提交
  12. 06 2月, 2014 1 次提交
  13. 27 1月, 2014 1 次提交
  14. 10 1月, 2014 1 次提交
  15. 09 1月, 2014 1 次提交
  16. 08 1月, 2014 1 次提交
  17. 25 12月, 2013 1 次提交
  18. 10 12月, 2013 1 次提交
  19. 09 12月, 2013 1 次提交
  20. 02 12月, 2013 1 次提交
  21. 27 11月, 2013 1 次提交
  22. 23 11月, 2013 1 次提交
  23. 22 11月, 2013 1 次提交
  24. 11 11月, 2013 1 次提交
  25. 10 11月, 2013 1 次提交
  26. 02 11月, 2013 1 次提交
  27. 01 11月, 2013 1 次提交
  28. 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
  29. 25 10月, 2013 1 次提交
    • H
      8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected... · 7333c169
      hseigel 提交于
      8026822: metaspace/flags/maxMetaspaceSize throws OOM of unexpected type.java.lang.OutOfMemoryError: Compressed class space
      Summary: Incorporate chunk size when seeing if OutOfMemoryError was caused by Metaspace or Compressed class space.
      Reviewed-by: stefank, coleenp
      7333c169
  30. 22 10月, 2013 3 次提交
  31. 18 10月, 2013 1 次提交
  32. 17 10月, 2013 2 次提交