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

Boolean value should be set 1/0 or true/false via VM.set_flag jcmd

XMLWordPrintable

    • b124

      http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2016-April/019192.html

      We can change a part of -XX option via VM.set_flag jcmd.
      This jcmd requires 1 or 0 as boolean value.
      However, we can set 0 or not (NOT 1).

      In jinfo, we can set boolean value with 1/0 or +/-.
      So I think it is useful if VM.set_flag accept boolean value in true/false.

            gziemski Gerard Ziemski
            ysuenaga Yasumasa Suenaga
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: