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

Verify types of command line flags

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P3 P3
    • 9
    • 6
    • hotspot
    • generic
    • generic

      Verify the type of all the command line flags in
      CommandLineFlags::verify().
      ###@###.### 2005-1-06 22:21:15 GMT


      ###@###.### 2005-05-26 16:44:04 GMT

      For a declaration in globals.hpp such as

        develop(uintx, ExitAfterNum, 0, \
                "If non-zero, exit after this event.") \

      if uint is mistakely used instead of uintx, it is not
      caught at compilation but can lead to failures later.
      It should be caught during the processing of the flags.

      ###@###.### 2005-05-26 17:23:08 GMT

            Unassigned Unassigned
            jmasa Jon Masamitsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: