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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
02bb8761fcce Initial load
duke
parents:
diff changeset
     1
^build/
02bb8761fcce Initial load
duke
parents:
diff changeset
     2
^dist/
4401
185d9f127780 6909462: Fix nbproject/private references in .hgignore
ohair
parents: 4
diff changeset
     3
/nbproject/private/
9377
0bf74c622028 6631003: Add hg tip changeset to build image
ohair
parents: 4401
diff changeset
     4
^.hgtip