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

Change internal jfr recorder write__klass__xxx functions to be static

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • P4
    • tbd
    • 16
    • hotspot
    • jfr

    Description

      In fr/recorder/checkpoint/types/jfrTypeSet.cpp there are some functions named write__klass__xxx that have external linkage and odd names because they are used as template parameters. C++11 no longer requires external linkage for template parameters. Change back to "static" and rename the functions when C++11 becomes available.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kbarrett Kim Barrett
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: