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

Make TimeLinearScan a develop flag

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P4 P4
    • 23
    • 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")                           \

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

              Created:
              Updated:
              Resolved: