The vm/gc/collector/garbage_collection event has the wrong cause when System.gc() is used to trigger a concurrent CMS collection (by setting -XX:+ExplicitGCInvokesConcurrent). The expected cause is "System.gc()" but "CMS Concurrent Mark" is reported.
|