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

Don't include frame.inline.hpp and other.inline.hpp from .hpp files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • 11
    • hotspot
    • None
    • b07

      ... in accordance with the hotspot coding style guide.

      Fixing these:

      share/classfile/classFileParser.hpp:#include "runtime/handles.inline.hpp"
      share/classfile/systemDictionary.hpp:#include "utilities/hashtable.inline.hpp"
      share/runtime/javaFrameAnchor.hpp:#include "runtime/orderAccess.inline.hpp"
      share/runtime/vframeArray.hpp:#include "runtime/frame.inline.hpp"
      share/runtime/vframe.hpp:#include "runtime/frame.inline.hpp"
      share/runtime/deoptimization.hpp:#include "runtime/frame.inline.hpp"
      share/runtime/rframe.hpp:#include "runtime/frame.inline.hpp"
      share/compiler/methodMatcher.hpp:#include "runtime/handles.inline.hpp"
      share/interpreter/interpreterRuntime.hpp:#include "runtime/frame.inline.hpp"
      share/interpreter/bytecodeStream.hpp:#include "runtime/handles.inline.hpp"
      share/interpreter/rewriter.hpp:#include "runtime/handles.inline.hpp"
      share/prims/methodHandles.hpp:#include "runtime/frame.inline.hpp"
      share/prims/jvmtiEnvBase.hpp:#include "prims/jvmtiThreadState.inline.hpp"
      share/prims/jvmtiEnvBase.hpp:#include "runtime/handles.inline.hpp"
      share/services/threadService.hpp:#include "runtime/objectMonitor.inline.hpp"
      share/memory/metaspaceShared.hpp:#include "oops/oop.inline.hpp"
      share/oops/typeArrayOop.hpp:#include "runtime/orderAccess.inline.hpp"

            coleenp Coleen Phillimore
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: