-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b26
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8292193 | 11.0.18-oracle | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8295463 | 11.0.18 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
The src/hotspot/share/utilities/debug.cpp utilities which print Java object details, only print full details (including object fields) in debug builds. Product builds are limited to only printing the basic oop/klass pointer details.
As we can perform debugging on product builds, as well as debug builds,
this limitation should be removed. The FieldPrinter in instancelass.hpp should not be excluded from product builds.
As we can perform debugging on product builds, as well as debug builds,
this limitation should be removed. The FieldPrinter in instancelass.hpp should not be excluded from product builds.
- backported by
-
JDK-8292193 debug.cpp utility find() should print Java Object fields.
-
- Resolved
-
-
JDK-8295463 debug.cpp utility find() should print Java Object fields.
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/b919240d
-
Commit openjdk/jdk/5e557d86
-
Review openjdk/jdk11u-dev/1451
-
Review openjdk/jdk/4011
(1 links to)