Make TimeLinearScan a develop flag

XMLWordPrintable

    • Type: CSR
    • Resolution: Approved
    • Priority: P4
    • 23
    • Component/s: hotspot
    • None
    • behavioral
    • minimal
    • add/remove/modify command line option
    • JDK

      Summary

      Change the C1 JIT compiler flag "TimeLinearScan" from product to develop.

      Problem

      This flag is only used in code guarded by "#ifndef PRODUCT"

      Solution

      Make the flag a develop flag.

      Specification

      -  product(bool, TimeLinearScan, false,                                      \
      +  develop(bool, TimeLinearScan, false,                                      \
                 "detailed timing of LinearScan phases")                           \
      

            Assignee:
            Denghui Dong
            Reporter:
            Denghui Dong
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: