RFR: 8360559: Optimize Math.sinh for x86 64 bit platforms [v3]

Mohamed Issa missa at openjdk.org
Mon Aug 4 19:50:11 UTC 2025


On Mon, 4 Aug 2025 19:06:10 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> This seems to be failing in the CI on the build of: linux-x64-debug-nopch
> 
> ```
> [2025-08-04T19:02:29,373Z] /......../workspace/open/src/hotspot/cpu/x86/stubGenerator_x86_64_sinh.cpp:293:27: error: 'stub_id' was not declared in this scope; did you mean 'StubId'?
> [2025-08-04T19:02:29,373Z]   293 |   StubCodeMark mark(this, stub_id);
> [2025-08-04T19:02:29,373Z]       |                           ^~~~~~~
> [2025-08-04T19:02:29,373Z]       |                           StubId
> [2025-08-04T19:02:29,373Z] 
> ```

Thanks for notification. It looks like an incorrect type declaration. I'll submit a fix.

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

PR Comment: https://git.openjdk.org/jdk/pull/26152#issuecomment-3152125201


More information about the graal-dev mailing list