As many of you remember, the flat profiler built into HotSpot (-Xprof) became unusably slow in the 5.0 release. It used to have a 10% or less impact on execution speed, but now it slows down the program by a factor of 5 or more. It seems this is finally being looked at, but test cases are needed. I can reproduce the problem with some of the JOGL demos, but since these require somewhat specialized graphics hardware, does anyone have any pure Java examples of this slowdown? JEmu2? Others? The smaller and more self-contained the test case the better.
Thanks.