sun.misc.Launcher$AppClassLoader@169e11 for Sun's JRE
. One instance of this class-loader is created at the startup and it loads the classes from a specific location that is passed to it. If the bits of the class that has been loaded by this instance of the class are now changed on the disk, a new instance of the class loader is first created and that instance of this class-loader loads the new bits giving birth to a new class. More about this in the design document.
@since SJSAS 9.0
|
|