RFR: 8327885: runtime/Unsafe/InternalErrorTest.java enters endless loop on Alpine aarch64
Andrew Haley
aph at openjdk.org
Thu Apr 25 07:52:29 UTC 2024
On Wed, 24 Apr 2024 20:08:49 GMT, Dean Long <dlong at openjdk.org> wrote:
> Why not detect `strb` with auto-increment in the signal handler and do the increment there?
I was thinking that too, but isn't the root cause of this problem that we're calling out to C++ code at all? We're playing an endless game of whack-a-mole because were trying to predict what a C++ compiler might do.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18262#issuecomment-2076581873
More information about the hotspot-dev
mailing list