----- Original Message ----- From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 5:58 PM Subject: [DISC] class loading
> * force resolution of classes on loading to identify classloader > issues early. (At least in global classloader). -1, what benefit does knowing this early give you? You may end up loading a whole lot of classes into the VM you never actually need with consequent memory issues. > > * Ignore any classes contained in the damned ext dirs of a JVM - possibly by launching > with something like jar -Djava.ext.dir=foo -jar ant.jar > -1 - must be optional. To ignore the ext dir, although sometimes troublesome is to ignore the user's setup and to assume we know more than the user. >
