/[classpath]/classpath/vm/reference/java/lang/VMRuntime.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/VMRuntime.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by archie172, Tue Jan 4 17:45:50 2005 UTC revision 1.9 by archie172, Tue Jan 4 19:18:30 2005 UTC
# Line 151  final class VMRuntime Line 151  final class VMRuntime
151       * already been mapped to a true filename.       * already been mapped to a true filename.
152       *       *
153       * @param filename the file to load       * @param filename the file to load
      * @param loader class loader, or <code>null</code> for the boot loader  
154       * @return 0 on failure, nonzero on success       * @return 0 on failure, nonzero on success
155       */       */
156      static native int nativeLoad(String filename, ClassLoader loader);      static native int nativeLoad(String filename);
157    
158      /**      /**
159       * Map a system-independent "short name" to the full file name.       * Map a system-independent "short name" to the full file name.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26