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

Add inline qualifier in oop.hpp and fix inlining in gc files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b107

      Several recent changes cleaned up includes of oop.inline.hpp in real .hpp header files.

      Unfortunately, the 'inline' qualifier is added to the function implementations in oop.inline.hpp instead of to the declarations in oop.hpp. Therefore, the compiler can not detect failing inlines properly.

      This cleans up some remaining issues after the recent oop.inline.hpp fixes in the gc coding. Also, this change adds a few 'inline' keywords in oop.hpp. A later change to the 'rt' files will complete this and clean up all qualifiers in the oop.*.hpp files.

            goetz Goetz Lindenmaier
            goetz Goetz Lindenmaier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: