RFR (XSS): 8015735: TestObectCountAfterGCEvent.java should use targetObjectCountEvents instead of objectCountEvents
Erik Helin
erik.helin at oracle.com
Fri May 31 14:23:43 UTC 2013
Hi all,
could someone please review this tiny change:
http://wikifiles.se.oracle.com/dev/ehelin/8015735/webrev.00/
The test
jdk/test/closed/com/oracle/jfr/gc/TestObjectCountAfterGCEvent.java used
the wrong list of object count events. It should use
targetObjectCountEvents since these belong to just one particular GC
(the list objectCountEvents might contain events from mulitple GC
invocations).
Thanks,
Erik
More information about the hotspot-gc-dev
mailing list