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

Add a development option equivalant to OptoNoExecute to C1 compiler

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P4 P4
    • tbd
    • 16
    • hotspot

      Add a development option to compile a method with C1 and print disassembly of the generated native code, but to skip execution of the generated code, in the same manner as OptoNoExecute option does in C2.

      Log-based debugging is useful to support a new processor. In C1, the existing options BailoutAfterHIR and BailoutAfterLIR can be used if printing HIR/LIR is sufficient. However, there is no way to print disassembly of the generated code because these existing options quit compilation before generating native code. So this issue proposes a new option for this purpose.

            Unassigned Unassigned
            ogatak Kazunori Ogata
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: