commit-classpath
[Top][All Lists]
Advanced

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

[Bug #891] String java.lang.Long.toHexString(long) drops digits


From: nobody
Subject: [Bug #891] String java.lang.Long.toHexString(long) drops digits
Date: Mon, 22 Jul 2002 18:32:52 -0400

=================== BUG #891: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=891&group_id=85

Changes by: Mark Wielaard <address@hidden>
Date: 2002-Jul-23 00:32 (Europe/Amsterdam)

------------------ Additional Follow-up Comments ----------------------------
Could you give us the version of Classpath you use and the compiler and VM? I 
tried with the current CVS version of Classpath with jikes 1.16 and Kissme from 
CVS and with gcj-3.1 (which uses the same Long class) and both print the 
correct number (16) of 'f's.



=================== BUG #891: FULL BUG SNAPSHOT ===================


Submitted by: cbenenati                 Project: classpath                      
Submitted on: 2002-Jul-22 22:46
Severity:  5 - Major                    Resolution:  None                       
Assigned to:  None                      Status:  Open                           
Platform Version:  Windows 2000         

Summary:  String java.lang.Long.toHexString(long) drops digits

Original Submission:  The following only prints 8 digits:

class x
{
    static public void main( String[] args )
    {
        System.out.println( Long.toHexString(0xffffffffffffffffL) );
    }
}

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Jul-23 00:32             By: mark
Could you give us the version of Classpath you use and the compiler and VM? I 
tried with the current CVS version of Classpath with jikes 1.16 and Kissme from 
CVS and with gcj-3.1 (which uses the same Long class) and both print the 
correct number (16) of 'f's.




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=891&group_id=85



reply via email to

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