Am 03.09.2015 um 08:41 schrieb Alain Stalder:
> [...]
> > Overall a bit disappointing that at the age of about 20, the JVM
is not
> > able to handle dynamic class loading and especially garbage
collection
> > of class loaders and loaded classes efficiently, i.e.
automatically and
> > with relatively little performance overhead.
>
> If you would not have to verify the classes it could be done much
> faster.
Ah, I see. Probably no sensible way around that for security reasons...
Well you could use "-noverify", but as you said it's not recommended for
security reasons:
https://blogs.oracle.com/buck/entry/never_disable_bytecode_verification_in