1. 20 5月, 2014 1 次提交
  2. 30 9月, 2014 1 次提交
  3. 10 10月, 2014 2 次提交
    • T
      8059758: Footprint regressions with JDK-8038423 · 3dda40c0
      tschatzl 提交于
      Summary: Changes in JDK-8038423 always initialize (zero out) virtual memory used for auxiliary data structures. This causes a footprint regression for G1 in startup benchmarks. This is because they do not touch that memory at all, so the operating system does not actually commit these pages. The fix is to, if the initialization value of the data structures matches the default value of just committed memory (=0), do not do anything.
      Reviewed-by: jwilhelm, brutisso
      3dda40c0
    • B
      8055816: Remove dead code in g1BlockOffsetTable · ccc48d0f
      brutisso 提交于
      Reviewed-by: tschatzl, mgerdin
      ccc48d0f
  4. 29 9月, 2014 1 次提交
  5. 01 10月, 2014 1 次提交
  6. 10 10月, 2014 3 次提交
  7. 09 10月, 2014 1 次提交
  8. 03 10月, 2014 7 次提交
  9. 02 10月, 2014 1 次提交
  10. 01 10月, 2014 1 次提交
  11. 30 9月, 2014 2 次提交
    • B
      Merge · ce3f50a6
      brutisso 提交于
      ce3f50a6
    • 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
  12. 27 9月, 2014 2 次提交
  13. 29 9月, 2014 1 次提交
  14. 27 9月, 2014 1 次提交
  15. 26 9月, 2014 3 次提交
  16. 25 9月, 2014 2 次提交
  17. 19 9月, 2014 3 次提交
  18. 18 9月, 2014 1 次提交
  19. 17 9月, 2014 1 次提交
  20. 16 9月, 2014 4 次提交
  21. 07 10月, 2014 1 次提交