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

Fix call to inline function is_oop in header debugInfo.hpp.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • b72

        is_oop is an inline functione implemented in oop.linline.hpp, therefore it may not be called in headers.
        This breaks the fastdebug build on aix.

        Fix: move it to cpp file, where also the only call to the function is located.

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

                Created:
                Updated:
                Resolved: