RFR: JDK-8325264: two compiler/intrinsics/float16 tests fail after JDK-8324724 [v2]

Andrew Haley aph at openjdk.org
Sat Feb 10 09:52:57 UTC 2024


On Thu, 8 Feb 2024 20:33:44 GMT, Bhavana Kilambi <bkilambi at openjdk.org> wrote:

>> Yes, probably a better idea to make sure the address (of the stub) being accessed is valid before making that memory region executable. Will make changes and update. Thanks!
>
> Done

Flipping to execute and back during compilation seems to me to be a bad idea. I'd do it in inline asm instead.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17733#discussion_r1485037142


More information about the hotspot-dev mailing list