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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: