Integrated: 8348182: Remove DONT_USE_PRECOMPILED_HEADER
Stefan Karlsson
stefank at openjdk.org
Wed Jan 22 09:28:43 UTC 2025
On Tue, 21 Jan 2025 12:41:13 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
> Before [JDK-8347909](https://bugs.openjdk.org/browse/JDK-8347909) we had to remove the include lines in precompiled.hpp when precompiled headers were turned off. This was done by defining DONT_USE_PRECOMPILED_HEADER.
>
> After [JDK-8347909](https://bugs.openjdk.org/browse/JDK-8347909) we simply don't include precompiled.hpp if precompiled headers are turned off and therefore we don't need to removed the include lines.
>
> I propose that we get rid of DONT_USE_PRECOMPILED_HEADER.
This pull request has now been integrated.
Changeset: 9b98cc0b
Author: Stefan Karlsson <stefank at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9b98cc0ba7b626141c5f82df6ae34b0e2015b2ae
Stats: 10 lines in 2 files changed: 0 ins; 9 del; 1 mod
8348182: Remove DONT_USE_PRECOMPILED_HEADER
Reviewed-by: erikj, shade, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/23211
More information about the build-dev
mailing list