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