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

Unify force inline by CompilerOracle message

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • None
    • 9
    • 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.

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

              Created:
              Updated:
              Resolved: