Hi all,
I usually run all processes in Debug mode when starting something from my IDE to be able to investigate asa any problems arise. But with jdk1.6 (at least after 1.6.0-0_04) the speed is vastly degraded, compared to the run mode. With 1.5 is speed difference between ‘run’ and ‘debug’ is about 10%. The same app started with jdk1.6 takes 100 times longer to complete some tasks when the debugger is turned on (with debugger off it’s about 20% faster than with jdk1.5). Esp. reflective access seems to be that slow, but ‘normal’ operation is slower by factor 10 at least.
How’s that? Any hint on what to do? (updating the jdk to 1.6.0-0_07-b06 did not help)
Anyone with the same problems?
Regards
/Irrisor