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: Thu, 17 Jul 2003 12:20:46 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030704 Galeon/1.3.5 Debian/1.3.5.20030714-1

Patch #1686 has been updated. 

Project: 
Category: None
Status: Closed
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.



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

Date: Thu 07/17/03 at 18:20
By: mark

Comment:
All checked against another VM and committed.
-------------------------------------------------------

-------------------------------------------------------
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]