Opened 16 years ago

Closed 16 years ago

#951 closed defect (fixed)

JarClassLoader.getInstance always creates a new class loader if autoUnload=true

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 2.6.1
Component: core Version:
Keywords: Cc:

Description

The code that checks for a changed JAR file is incorrect and includes the following check: jarFile.length() == cl.jarTimeStamp

In most cases this is never true and a new class loader will be created.

Change History (1)

comment:1 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: newclosed

(In [4183]) Fixes #951: JarClassLoader.getInstance always creates a new class loader if autoUnload=true

Note: See TracTickets for help on using tickets.