Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8266360 | 16u-cpu | Kevin Walls | P4 | Resolved | Fixed | master |
JDK-8271096 | 16.0.2 | Kevin Walls | P4 | Resolved | Fixed | team |
Description
There are functions in src/hotspot/share/utilities/debug.cpp which are callable during live debugging.
As we can perform debugging on product builds, as well as debug builds,
these utilities should be available.
For Windows, JNIEXPORT is also needed to make the symbols visible.
As we can perform debugging on product builds, as well as debug builds,
these utilities should be available.
For Windows, JNIEXPORT is also needed to make the symbols visible.
Attachments
Issue Links
- backported by
-
JDK-8266360 debug.cpp utilities should be available in product builds.
-
- Resolved
-
-
JDK-8271096 debug.cpp utilities should be available in product builds.
-
- Resolved
-