view .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
line wrap: on
line source

project=jdk8