T
Troy Makaro
Help! I wrote a custom classloader which extends URLClassloader. Its
working great with java 1.4.1_01-b01. The first time the classloader is
used it take about 2 seconds or less. When I went up to java 1.4.2 it
now takes about 2 minutes the first time! What the heck gives? Also,
I've noticed this problem with java 1.3.1 too.
After trying to figure out what the heck was taking so long it turned
out to be a method in URLClassloader not my code. It looks to me like
SUN broke it.
working great with java 1.4.1_01-b01. The first time the classloader is
used it take about 2 seconds or less. When I went up to java 1.4.2 it
now takes about 2 minutes the first time! What the heck gives? Also,
I've noticed this problem with java 1.3.1 too.
After trying to figure out what the heck was taking so long it turned
out to be a method in URLClassloader not my code. It looks to me like
SUN broke it.