1. 21 12月, 2011 1 次提交
  2. 20 12月, 2011 1 次提交
    • J
      7117303: VM uses non-monotonic time source and complains that it is non-monotonic · 412f955f
      johnc 提交于
      Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
      Reviewed-by: dholmes, ysr
      412f955f
  3. 17 12月, 2011 1 次提交
    • J
      7120038: G1: ParallelGCThreads==0 is broken · c4973f85
      johnc 提交于
      Summary: Running G1 with ParallelGCThreads==0 results in various crashes and asserts. Most of these are caused by unguarded references to the worker threads array or an incorrect number of active workers.
      Reviewed-by: jmasa, tonyp
      c4973f85
  4. 16 12月, 2011 1 次提交
    • T
      7113012: G1: rename not-fully-young GCs as "mixed" · cac942d6
      tonyp 提交于
      Summary: Renamed partially-young GCs as mixed and fully-young GCs as young. Change all external output that includes those terms (GC log and GC ergo log) as well as any comments, fields, methods, etc. The changeset also includes very minor code tidying up (added some curly brackets).
      Reviewed-by: johnc, brutisso
      cac942d6
  5. 15 12月, 2011 1 次提交
  6. 14 12月, 2011 1 次提交
    • S
      7121373: Clean up CollectedHeap::is_in · dce4ac5f
      stefank 提交于
      Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
      Reviewed-by: brutisso, tonyp, jcoomes
      dce4ac5f
  7. 10 12月, 2011 1 次提交
  8. 09 12月, 2011 2 次提交
    • J
      Merge · 8bb317a2
      jmasa 提交于
      8bb317a2
    • K
      Merge · a854dfe4
      kvn 提交于
      a854dfe4
  9. 08 12月, 2011 1 次提交
  10. 07 12月, 2011 2 次提交
  11. 06 12月, 2011 3 次提交
  12. 03 12月, 2011 4 次提交
  13. 02 12月, 2011 3 次提交
  14. 01 12月, 2011 2 次提交
  15. 30 11月, 2011 1 次提交
  16. 29 11月, 2011 2 次提交
  17. 28 11月, 2011 2 次提交
  18. 06 12月, 2011 1 次提交
    • T
      Merge · 1de7f6ba
      tonyp 提交于
      1de7f6ba
  19. 03 12月, 2011 1 次提交
    • J
      7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should... · 42e06156
      johnc 提交于
      7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
      Summary: As a result of  the changes for 4965777, the G1 reference field scanning closure could be applied to the discovered field of a reference object twice. The failing assert is too strong if the result of the first application of the closure is stolen, and the referenced object, evacuated by another worker thread.
      Reviewed-by: ysr, tonyp
      42e06156
  20. 23 11月, 2011 2 次提交
  21. 22 11月, 2011 1 次提交
  22. 21 11月, 2011 2 次提交
  23. 19 11月, 2011 4 次提交