annotate .jcheck/conf @ 4092:b5a5f30c483d

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
author johnc
date Mon, 21 Nov 2011 09:24:56 -0800
parents e6e7d76b2bd3
children 050a626a8895 57e8ab42b57e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3809
e6e7d76b2bd3 7048009: Update .jcheck/conf files for JDK 8
mr
parents: 2
diff changeset
1 project=jdk8