corba/.hgignore
author johnc
Mon, 21 Nov 2011 09:24:56 -0800
changeset 11171 02c21e3d0a66
parent 9377 0bf74c622028
child 12061 902aeaf97ec5
permissions -rw-r--r--
7110173: GCNotifier::pushNotification publishes stale data. 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

^build/
^dist/
/nbproject/private/
^.hgtip