[patch] add missing include in nativeInst_<arch>.cpp
Andrew John Hughes
gnu_andrew at member.fsf.org
Wed Nov 4 08:13:18 PST 2009
2009/11/4 Ivan Krylov <Ivan.Krylov at sun.com>:
> Hello Matthias,
>
> Can you say why do you want to change default option to precompiled=off ?
> Precompilation helps to build hotspot *a lot* faster.
> If you need not to use pch just call
> make USE_PRECOMPILED_HEADER=
Won't gcc.make still set it to 1 during the build? i.e. isn't
USE_PRECOMPILED_HEADER= the default anyway?
I presume the other include fix can be pushed without problem?
> For debugging purposes you may also want to use HOTSPOT_BUILD_JOBS=1 to
> disable parallel build.
>
> Thanks,
>
> Ivan
>
> Matthias Klose wrote:
>>
>> unsure if this is related to zero/shark, but at least that's in the
>> upstream sources for OpenJDK6.
>>
>> These include failures are usually seen, when not using precompiled
>> headers (which is a useful thing to track down compiler bugs).
>>
>> attached are two patches to fix the include problem, and one to disable
>> the use of precompiled headers setting an envvar. This way release builds
>> could be built with and without precompiled headers.
>>
>> Matthias
>
>
--
Andrew :-)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the distro-pkg-dev
mailing list