commit-classpath
[Top][All Lists]
Advanced

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

[patch #1686] [Patch #1686] Factor out VM-specific code from Double, Flo


From: noreply
Subject: [patch #1686] [Patch #1686] Factor out VM-specific code from Double, Float, String
Date: Tue, 15 Jul 2003 08:37:55 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030527 Galeon/1.3.5 Debian/1.3.5.20030615-1

Patch #1686 has been updated. 

Project: 
Category: None
Status: Open
Summary: Factor out VM-specific code from Double,Float,String

Follow-Ups:

Date: Tue 07/01/03 at 21:26
By: groved

Comment:
This patch pulls the following methods into VM-specific helper classes:
java.lang.Double.doubleToLongBits
java.lang.Double.doubleToRawLongBits
java.lang.Double.longBitsToDouble
java.lang.Float.floatToIntBits
java.lang.Float.floatToRawIntBits
java.lang.Float.intBitsToFloat.
java.lang.String.intern

A reference implementation is included that preserves the original JNI-based 
code.  I have tested this with Jikes RVM using the reference classes and it 
passed mauve tests and Jikes RVM regression tests.



-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1686&group_id=85

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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