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

ProfilerNumberOf*Methods flags should be diagnostic

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • b112

      -Xprof is a product flag and so we should be able to change the values of these flags in a product build:

        develop(intx, ProfilerNumberOfInterpretedMethods, 25, \
                "Number of interpreted methods to show in profile") \
                                                                                  \
        develop(intx, ProfilerNumberOfCompiledMethods, 25, \
                "Number of compiled methods to show in profile") \
                                                                                  \
        develop(intx, ProfilerNumberOfStubMethods, 25, \
                "Number of stub methods to show in profile") \
                                                                                  \
        develop(intx, ProfilerNumberOfRuntimeStubNodes, 25, \
                "Number of runtime stub nodes to show in profile") \

            rraghavan Rahul Raghavan
            twisti Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: