ReplayInline is not availabe in production build

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: 21
    • Component/s: hotspot
    • b25

      DumpInline option is available in production build but ReplayInline is ifdef-ed out in the product build:

      ---
      #ifndef PRODUCT
        set_parsed_irreducible_loop(false);

        if (directive->ReplayInlineOption) {
          _replay_inline_data = ciReplay::load_inline_data(method(), entry_bci(), ci_env->comp_level());
        }
      #endif
      ---

      If DumpInline is enabled in product builds, so should the ReplayInline be.

            Assignee:
            Ashutosh Mehra
            Reporter:
            Ashutosh Mehra
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: