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

Fix various include file ordering

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • 20
    • hotspot
    • b06

      Taking thread.cpp as an example:
      #include "precompiled.hpp"
      #include "jvm.h"
      #include "classfile/javaClasses.hpp"
      #include "classfile/javaThreadStatus.hpp"
      #include "jfr/jfrEvents.hpp"
      #include "jvmtifiles/jvmtiEnv.hpp"
      #include "logging/log.hpp"

      The jvm.h line should move down. This is an issue in many hotspot files.

            coleenp Coleen Phillimore
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: