Unify force inline by CompilerOracle message

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • None
    • Affects Version/s: 9
    • Component/s: hotspot
    • None

      C1 and C2 print different messages for force inlinees:
      src/share/vm/opto/bytecodeInfo.cpp:117: set_msg("force inline by CompilerOracle");
      src/share/vm/opto/bytecodeInfo.cpp:226: set_msg("force inline by CompilerOracle");
      src/share/vm/c1/c1_GraphBuilder.cpp:3798: if (callee->should_inline()) msg = "force inline by CompileOracle";

      Need to unify these strings to be able to search for it.

            Assignee:
            Nils Eliasson (Inactive)
            Reporter:
            Pavel Punegov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: