Opened 17 years ago
Closed 17 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.
Note:
See TracTickets
for help on using tickets.
(In [4183]) Fixes #951: JarClassLoader.getInstance always creates a new class loader if autoUnload=true