8151674: STW phases at Concurrent GC should count in PerfCounter
Reviewed-by: jmasa, sla, tschatzl
/*
* This file was used to create Outside.class and Outside$1$Inside.class
* with a recent (post-4074529-bugfix) compiler.
*/
public class Outside {
void method() {
class Inside {
}
}
}