1. 06 4月, 2010 1 次提交
    • T
      6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop() · 1bf17034
      tonyp 提交于
      Summary: Calling the methods region_stack_push() and region_stack_pop() concurrent is not MT-safe. The assumption is that we will only call region_stack_push() during a GC pause and region_stack_pop() during marking. Unfortunately, we also call region_stack_push() during marking which seems to be introducing subtle marking failures. This change introduces lock-based methods for pushing / popping to be called during marking.
      Reviewed-by: iveresov, johnc
      1bf17034
  2. 31 3月, 2010 1 次提交
    • T
      6937160: G1: should observe GCTimeRatio · ba4ccdf3
      tonyp 提交于
      Summary: Remove the G1GCPercent parameter, that specifies the desired GC overhead percentage in G1, and observe the GCTimeRatio parameter instead.
      Reviewed-by: jmasa, johnc
      ba4ccdf3
  3. 18 3月, 2010 1 次提交
  4. 17 3月, 2010 1 次提交
  5. 16 3月, 2010 1 次提交
  6. 14 3月, 2010 1 次提交
  7. 12 3月, 2010 1 次提交
  8. 11 3月, 2010 1 次提交
  9. 10 3月, 2010 1 次提交
  10. 04 3月, 2010 1 次提交
  11. 03 3月, 2010 1 次提交
  12. 27 2月, 2010 1 次提交
  13. 24 2月, 2010 2 次提交
  14. 17 2月, 2010 1 次提交
  15. 13 2月, 2010 1 次提交
  16. 10 2月, 2010 1 次提交
  17. 09 2月, 2010 1 次提交
  18. 08 2月, 2010 1 次提交
  19. 06 2月, 2010 1 次提交
  20. 04 2月, 2010 1 次提交
  21. 02 2月, 2010 5 次提交
  22. 30 1月, 2010 3 次提交
  23. 29 1月, 2010 1 次提交
    • T
      6917766: JSR 292 needs its own deopt handler · f3f7a33e
      twisti 提交于
      Summary: We need to introduce a new MH deopt handler so we can easily determine if the deopt happened at a MH call site or not.
      Reviewed-by: never, jrose
      f3f7a33e
  24. 27 1月, 2010 1 次提交
  25. 26 1月, 2010 1 次提交
  26. 21 1月, 2010 1 次提交
  27. 16 1月, 2010 1 次提交
  28. 14 1月, 2010 3 次提交
  29. 13 1月, 2010 1 次提交
  30. 09 1月, 2010 2 次提交