-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 15
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248069 | 16 | Stefan Karlsson | P4 | Resolved | Fixed | team |
JDK-8263673 | 11.0.12-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8253513 | 11.0.10 | Stefan Karlsson | P4 | Resolved | Fixed | b01 |
I often see this line printed in hs_err files:
stack at sp + 2 slots: 0x00007000042e6930 points into unknown readable memory: 7c cb b3 05 01 00 00 00
And almost always want to convert the byte order so that I can see if this is a pointer that I care about for the debug session.
I propose that we print the full pointer value if the address is aligned. For example:
stack at sp + 2 slots: 0x00007000042e6930 points into unknown readable memory: 0x0000000105b3cb7c | 7c cb b3 05 01 00 00 00
stack at sp + 2 slots: 0x00007000042e6930 points into unknown readable memory: 7c cb b3 05 01 00 00 00
And almost always want to convert the byte order so that I can see if this is a pointer that I care about for the debug session.
I propose that we print the full pointer value if the address is aligned. For example:
stack at sp + 2 slots: 0x00007000042e6930 points into unknown readable memory: 0x0000000105b3cb7c | 7c cb b3 05 01 00 00 00
- backported by
-
JDK-8248069 Print potential pointer value of readable stack memory in hs_err file
- Resolved
-
JDK-8253513 Print potential pointer value of readable stack memory in hs_err file
- Resolved
-
JDK-8263673 Print potential pointer value of readable stack memory in hs_err file
- Resolved