RFR: JDK-8305782: Provide MacroAssembler::breakpoint on aarch64 [v2]
Andrew Haley
aph at openjdk.org
Tue May 2 08:19:24 UTC 2023
On Sun, 30 Apr 2023 11:54:37 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> >
> > Now, every time you run the program, a breakpoint will be set at `*poo`. And you can continue after the breakpoint.
>
> That doesn't work with code relocation, does it?
It becomes a bit more elaborate, true. On the other hand, you can simply continue after the breakpoint.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13401#issuecomment-1531064412
More information about the hotspot-compiler-dev
mailing list