RFR: 8296469: Instrument VMError::report with reentrant iteration step for register and stack printing [v4]

Alexandr Miloslavskiy duke at openjdk.org
Sun Jan 22 11:47:01 UTC 2023


On Sun, 22 Jan 2023 11:30:57 GMT, Alexandr Miloslavskiy <duke at openjdk.org> wrote:

> pointer value corresponds to ---p memory region

Just to clarify a bit more, this could happen whenever a register contains some kind of 32-bit integer that is not even a pointer.
Some examples include:
* Unix timestamps
* RGB pixel colors
* Error codes such as -2 (`0xffff'fffe`)

-------------

PR: https://git.openjdk.org/jdk/pull/11017


More information about the hotspot-dev mailing list