latest source won't compile on intel
Peter B. Kessler
Peter.Kessler at Sun.COM
Mon Jul 9 12:20:03 PDT 2007
This was already reported, in
http://mail.openjdk.java.net/pipermail/build-dev/2007-July/000098.html
On the other hand, I don't see anyone filing a bug for it,
or volunteering to shepherd the fix. So, thanks for doing
that. On the third hand, neither "Lars" <lhofhansl at yahoo.com>
nor "Sunil Soman" <sunils at cs.ucsb.edu>, has signed a Sun
Contributor Agreement, so I don't think we can accept this
contribution until at least one of them signs the SCA. Of
course, we *could* "discover" it ourselves and fix it that
way. I think that's cheating, and doesn't give proper credit
where credit is due.
... peter
steve goldman wrote:
> 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
>>
>
>
More information about the hotspot-dev
mailing list