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

ReplayInline is not availabe in production build

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • 21
    • 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.

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

              Created:
              Updated:
              Resolved: