-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b07
HotSpot uses precompiled headers to speed up non-incremental builds. The current mechanism requires all .cpp files to include precompiled.hpp as the first non-comment line. This requires HotSpot devs to think about precompiled headers when they create new files and when they need to update/manage the include sections.
All the compilers that we use support inclusions of the precompiled.hpp from the command line instead. I propose that we use that mechanism instead.
All the compilers that we use support inclusions of the precompiled.hpp from the command line instead. I propose that we use that mechanism instead.
- relates to
-
JDK-8348207 Linux PPC64 PCH build broken after JDK-8347909
-
- Resolved
-
-
JDK-8349140 Size optimization (opt-size) build fails after recent PCH changes
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/c33c1cfe
-
Review(master) openjdk/jdk/23146