Double.java: More Classpath merging
* java/lang/Double.java: More Classpath merging (isInfinite): Don't use doubleToLongBits (isNaN (Object)): return v != v (initIDs): make native * java/lang/Float.java: Ditto (isInfinite): Don't use floatToIntBits (isNaN (Object)): return v != v * java/lang/natDouble.cc: add empty initIDs() From-SVN: r46370
This commit is contained in:
parent
afb649d5c9
commit
f0fdd66ba4
4 changed files with 42 additions and 19 deletions
|
@ -186,3 +186,9 @@ java::lang::Double::parseDouble(jstring str)
|
|||
}
|
||||
throw new NumberFormatException;
|
||||
}
|
||||
|
||||
void
|
||||
java::lang::Double::initIDs()
|
||||
{
|
||||
// Not used in libgcj
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue