[patch] add missing include in nativeInst_<arch>.cpp
Ivan Krylov
Ivan.Krylov at Sun.COM
Wed Nov 4 06:34:00 PST 2009
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=
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
More information about the distro-pkg-dev
mailing list