Bug?
steve goldman
Steve.Goldman at Sun.COM
Tue Oct 16 06:19:07 PDT 2007
Gary Benson wrote:
> Hi all,
>
> I'm looking at hotspot/src/share/vm/runtime/signature.hpp from b22.
> Is line 285 really correct?
>
for the current platforms, yes. On 32bit sparc and any x86 floats aren't
passed in registers so they can be treated like int (I refuse to go look
at the ia64 abi). No doubt it would be cleaner here to make the abstract
code here use float/double to let the implemenation decide what to do.
--
Steve
More information about the hotspot-dev
mailing list