Weldon,

Weldon Washburn wrote:
The following is printing a zero instead of 0xffffffff

       Address mm = Address.max();
       System.out.println("Address.max() = " +
Integer.toHexString(mm.toInt()) );

I changed the max() implementation according to recent
email thread, where it was stated as '2**addressWidth'.
Will revert back to (void*)-1.


--
Thanks,
  Alex


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to