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

ReplayInline is not availabe in production build

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 21
    • 21
    • hotspot
    • b25

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: