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

(CL)HSDB cannot show some JVM flags

XMLWordPrintable

    • b06

        "Show -XX flags" on HSDB and `flags` command show -XX flags. However some flags cannot do so.

        sun.jvm.hotspot.runtime.VM.Flag handles -XX flags in debuggee, but it do not handle following types:

          - ccstr
          - ccstrlist
          - double
          - uint64_t


        uintx and size_t are handled as signed value. They should be handled as unsigned value. This bug will also fix it.

              ysuenaga Yasumasa Suenaga
              ysuenaga Yasumasa Suenaga
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: