RFR: JDK-8325264: two compiler/intrinsics/float16 tests fail after JDK-8324724 [v2]
Bhavana Kilambi
bkilambi at openjdk.org
Thu Feb 8 20:37:08 UTC 2024
On Thu, 8 Feb 2024 10:32:35 GMT, Damon Fenacci <dfenacci at openjdk.org> wrote:
>> Bhavana Kilambi has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Make assert the first statement in the function
>
> src/hotspot/share/runtime/stubRoutines.hpp line 463:
>
>> 461: static jfloat hf2f(jshort x) {
>> 462: MACOS_AARCH64_ONLY(ThreadWXEnable wx(WXExec, Thread::current());) // About to call into code cache
>> 463: assert(_hf2f != nullptr, "stub is not implemented on this platform");
>
> Same here?
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17733#discussion_r1483560754
More information about the hotspot-dev
mailing list