1. 15 12月, 2014 1 次提交
  2. 26 11月, 2014 1 次提交
  3. 14 11月, 2014 1 次提交
  4. 08 11月, 2014 1 次提交
  5. 30 9月, 2014 1 次提交
    • T
      8052172: Evacuation failure handling in G1 does not evacuate all objects if... · 45b1c7cf
      tschatzl 提交于
      8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
      Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.
      Reviewed-by: iveresov, brutisso, mgerdin
      45b1c7cf
  6. 27 9月, 2014 1 次提交
  7. 16 9月, 2014 1 次提交
  8. 03 9月, 2014 2 次提交
  9. 26 8月, 2014 1 次提交
  10. 13 6月, 2014 1 次提交
  11. 08 8月, 2014 2 次提交
  12. 31 7月, 2014 2 次提交
  13. 23 7月, 2014 2 次提交
  14. 30 5月, 2014 1 次提交
  15. 06 8月, 2014 1 次提交
  16. 04 8月, 2014 1 次提交
  17. 18 8月, 2014 2 次提交
  18. 11 9月, 2014 2 次提交
  19. 03 4月, 2014 1 次提交
  20. 15 10月, 2014 1 次提交
  21. 29 9月, 2014 1 次提交
  22. 01 10月, 2014 1 次提交
  23. 31 1月, 2014 1 次提交
  24. 24 3月, 2014 4 次提交
  25. 20 3月, 2014 1 次提交
  26. 19 3月, 2014 1 次提交
  27. 20 1月, 2014 1 次提交
    • T
      8027476: Improve performance of Stringtable unlink · 6dd06c68
      tschatzl 提交于
      8027455: Improve symbol table scan times during gc pauses
      Summary: Parallelize string table and symbol table scan during remark and full GC. Some additional statistics output if the experimental flag G1TraceStringSymbolTableScrubbing is set.
      Reviewed-by: mgerdin, coleenp, brutisso
      6dd06c68
  28. 20 5月, 2014 1 次提交
  29. 12 5月, 2014 1 次提交
  30. 21 7月, 2014 2 次提交