RFR: 8217612: (CL)HSDB cannot show some JVM flags
David Holmes
david.holmes at oracle.com
Fri Jan 25 06:30:30 UTC 2019
Hi Yasumasa,
This all looks quite reasonable to me.
Thanks,
David
On 25/01/2019 10:41 am, Yasumasa Suenaga wrote:
> Hi all,
>
> Please review this change.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8217612
> webrev: http://cr.openjdk.java.net/~ysuenaga/JDK-8217612/webrev.00/
>
>
> "Show -XX flags" on HSDB and `flags` command on CLHSDB 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
>
>
> This webrev has passed all tests on submit repo.
>
>
> Thanks,
>
> Yasumasa
>
More information about the serviceability-dev
mailing list