You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Weldon Washburn <we...@gmail.com> on 2006/07/27 15:46:14 UTC

[DRLVM/MMTk] Jitrino.JET Address.max() problem

The following is printing a zero instead of 0xffffffff

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


-- 
Weldon Washburn
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [DRLVM/MMTk] Jitrino.JET Address.max() problem

Posted by Alex Astapchuk <al...@gmail.com>.
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: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org