1. 21 12月, 2011 1 次提交
    • J
      Merge · 98c79549
      jmasa 提交于
      98c79549
  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 4 次提交
  4. 16 12月, 2011 4 次提交
  5. 15 12月, 2011 2 次提交
  6. 14 12月, 2011 2 次提交
  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 1 次提交