Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8347909

Automatic precompiled.hpp inclusion

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • None
    • infrastructure
    • 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.

            stefank Stefan Karlsson
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: