dev@glassfish.java.net

ClassLoader impl changes

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Mon, 25 Feb 2008 22:29:50 -0800

Hi All

I have changed the algorithm responsible to load classes in hk2, this
lead to an impressive performance boost at startup (almost half time
of the last few weeks number) but also general runtime performance. I
have tested war deployment as well as ror but if you see any Class or
Resources loading issues, please report it to me asap.

Before the change, startup was 1.6sec, simple war deployment about 10s.
after, startup is 0.7 and simple war about 5 seconds.

Thanks, Jerome