RFR(10)(XS): JDK-8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events

Tobias Hartmann tobias.hartmann at oracle.com
Tue Jun 6 06:19:26 UTC 2017


Hi Chris,

On 06.06.2017 04:48, Chris Plummer wrote:
> I'll wait for the compiler team to chime in. I've already asked them to have a look (this issue not withstanding) because it is their code.

Your change looks good to me and I'm fine with the simple fix without a closure.

This is actually a regression introduced by the AOT integration (JDK-8171008):
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/777aaa19c4b1#l116.123

Before, CodeCache::blobs_do() used to iterate over all code heaps.

Best regards,
Tobias


More information about the hotspot-dev mailing list