1. 16 5月, 2014 1 次提交
  2. 21 2月, 2014 1 次提交
  3. 23 4月, 2014 1 次提交
  4. 13 2月, 2014 1 次提交
  5. 31 3月, 2014 1 次提交
  6. 11 2月, 2014 1 次提交
  7. 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
  8. 21 3月, 2014 4 次提交
  9. 20 3月, 2014 1 次提交
  10. 06 2月, 2014 1 次提交
  11. 27 1月, 2014 1 次提交
  12. 10 1月, 2014 1 次提交
  13. 09 1月, 2014 1 次提交
  14. 08 1月, 2014 1 次提交
  15. 25 12月, 2013 1 次提交
  16. 10 12月, 2013 1 次提交
  17. 09 12月, 2013 1 次提交
  18. 02 12月, 2013 1 次提交
  19. 27 11月, 2013 1 次提交
  20. 23 11月, 2013 1 次提交
  21. 22 11月, 2013 1 次提交
  22. 11 11月, 2013 1 次提交
  23. 10 11月, 2013 1 次提交
  24. 02 11月, 2013 1 次提交
  25. 01 11月, 2013 1 次提交
  26. 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
  27. 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
  28. 22 10月, 2013 3 次提交
  29. 18 10月, 2013 1 次提交
  30. 17 10月, 2013 2 次提交
  31. 15 10月, 2013 2 次提交