RFR: 8365163: [ubsan] left-shift issue in globalDefinitions.hpp [v3]

Stefan Karlsson stefank at openjdk.org
Tue Aug 26 11:40:34 UTC 2025


On Mon, 25 Aug 2025 11:39:11 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> Do we need to consider endianess here?

I guess the answer is no because the changed code and tests only operators on the full sized variables and doesn't try to extract and operate on parts of the full sized variables.

Did you see that the new test failed on Windows?

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

PR Comment: https://git.openjdk.org/jdk/pull/26809#issuecomment-3223808111


More information about the hotspot-dev mailing list