bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22912] java.lang.Double contains native methods


From: gcc-bugzilla at gcc dot gnu dot org
Subject: [Bug classpath/22912] java.lang.Double contains native methods
Date: 16 Oct 2005 01:27:39 -0000

The following methods in java.lang.Double can safely be moved to VMDouble.

  // Package visible for use by Float.
  static native String toString(double d, boolean isFloat);

  /**
   * Initialize JNI cache.  This method is called only by the
   * static initializer when using JNI.
   */
  private static native void initIDs();


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22912





reply via email to

[Prev in Thread] Current Thread [Next in Thread]