Hotspot command line switches should have multiple type attributes

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: hs23, 15
    • Component/s: hotspot
    • generic
    • generic

      Command line switch descriptors in Hotspot are defined by "struct Flag" in
      globals.hpp. Each switch has a "type" field that says whether the switch
      is manageable, experimental, product, etc. Currently, "type" is a character
      string, and determining the switch type involves executing strcmp, which is
      a slow operation. What's more, a switch can be of only a single type.
      E.g., one can have a "manageable" switch and an "experimental" switch,
      but not a "manageable_experimental" switch.

      Hotspot should support multiple types per switch.

            Assignee:
            Unassigned
            Reporter:
            Paul Hohensee
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: