1. 10 8月, 2011 1 次提交
  2. 19 11月, 2011 1 次提交
  3. 22 11月, 2011 1 次提交
    • J
      7110173: GCNotifier::pushNotification publishes stale data. · 142413b4
      johnc 提交于
      Summary: GCNotifier::pushNotification() references GCMemoryManager::_last_gc_stat but is called from GCMemoryManager::gc_end() before GCMemoryManager::_last_gc_stat is set up using the values in GCMemoryManager::_current_gc_stat. As a result the GC notification code accesses unitialized or stale data. Move the notification call after GCMemoryManager::_las_gc_stat is set, but inside the same if-block.
      Reviewed-by: poonam, dholmes, fparain, mchung
      142413b4
  4. 21 11月, 2011 1 次提交
  5. 19 11月, 2011 1 次提交
  6. 17 11月, 2011 2 次提交
  7. 16 11月, 2011 1 次提交
  8. 10 11月, 2011 2 次提交
  9. 09 11月, 2011 5 次提交
  10. 08 11月, 2011 3 次提交
  11. 05 11月, 2011 1 次提交
  12. 03 11月, 2011 2 次提交
  13. 02 11月, 2011 1 次提交
  14. 01 11月, 2011 1 次提交
  15. 31 10月, 2011 2 次提交
  16. 29 10月, 2011 1 次提交
  17. 28 10月, 2011 4 次提交
  18. 27 10月, 2011 2 次提交
  19. 26 10月, 2011 4 次提交
  20. 25 10月, 2011 3 次提交
  21. 24 10月, 2011 1 次提交