the following methods are provided in classpath/vm/reference, but not yet implemented in libgcj (taken from svn diff -c137223 classpath/vm/reference):
classpath/vm/reference/java/lang/VMFloat.java (floatToIntBits), classpath/vm/reference/java/lang/VMFloat.java (doubleToLongBits): methods removed. classpath/vm/reference/java/io/VMFile.java: + /** + * Gets the total bytes of the filesystem named by path. + */ + public static native long getTotalSpace(String path); + + /** + * Gets the total free bytes of the filesystem named by path. + */ + public static native long getFreeSpace(String path); + + /** + * Gets the available bytes of the filesystem named by path. + */ + public static native long getUsableSpace(String path); -- Summary: new methods introduced with classpath-0.97.2, nyi in libgcj Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: doko at ubuntu dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36763