-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8315050 | 11.0.21 | Martin Doerr | P4 | Resolved | Fixed | b05 |
"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.
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.
- backported by
-
JDK-8315050 (CL)HSDB cannot show some JVM flags
- Resolved
- relates to
-
JDK-8217850 CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/2b9f5629
-
Review openjdk/jdk11u-dev/2093
-
Review(master) openjdk/jdk8u-dev/431