T2K needed in Linux, also?
Peter B. Kessler
Peter.Kessler at Sun.COM
Thu Jul 19 18:03:15 UTC 2007
We (cough) independently discovered the compilation problem with
assembler_i486.hpp and gcc4.1.2. It's bug #6578344, e.g.,
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6578344
and I can see it's fixed in our code base, so it will be published
in the next drop.
... peter
Ted Neward wrote:
> Yep, had it pointing to the Import JDK (1.6) instead of the binary plug JDK
> (1.7). Thanks. There's a lot of JDKs needed to build the JDK. :-)
>
> By the way, in case those on this list haven't seen it, the build on Intel
> machines won't work, as there's a compilation error in a source file, as
> reported on the hotspot-dev list on 7/9 by Sunil Soman. Patch:
>
> ####
>
> --- 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:
>
> ####
>
> Peter Kessler reported it as already reported, a la
>
> http://mail.openjdk.java.net/pipermail/build-dev/2007-July/000098.html
>
> but no official bug had been filed, and there was some concern about Sunil's
> contributor status or whatnot. Not sure what happened to it from there.
>
> Ted Neward
> Java, .NET, XML Services
> Consulting, Teaching, Speaking, Writing
> http://www.tedneward.com
More information about the build-dev
mailing list