latest source won't compile on intel

steve goldman Steve.Goldman at Sun.COM
Mon Jul 9 10:53:22 PDT 2007


Sunil Soman wrote:
> Hello,
> 
> there's a minor issue in the latest HS source:

I'll fix it. BTW what compiler version complained?

> 
> ####
> 
> --- src/cpu/i486/vm/assembler_i486.hpp.old  2007-07-09
> 10:29:14.412986944 -0700
> +++ src/cpu/i486/vm/assembler_i486.hpp      2007-07-09
> 10:29:31.499389416 -0700
> @@ -158,7 +158,7 @@
> 
>    // Easily misused constructor make them private
>  #ifndef _LP64
> -  Address::Address(address loc, RelocationHolder spec);
> +  Address(address loc, RelocationHolder spec);
>  #endif // _LP64
> 
>   public:
> 
> ####
> 
> thanks
> Sunil
> 


-- 
Steve



More information about the hotspot-dev mailing list