Tom Tromey <[EMAIL PROTECTED]> writes: > I suppose one idea would be that you could compile Classpath once and > use it for all (non-libgcj) VMs. That does make sense as a goal. > OTOH there is already one bit of Configuration.java that is > VM-specific, namely INIT_LOAD_LIBRARY. But perhaps since it is fairly > gcj-specific, it doesn't count.
It's VM specific... some VMs load native libs and some don't. For instance JRVM doesn't since all libs are in Java and call VM specific pieces for more "native" functionality. -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

