RFR: 8334502: gtest/GTestWrapper.java fails on armhf due to LogDecorations.iso8601_utctime_test [v3]

Vladimir Petko vpetko at openjdk.org
Thu Jul 18 06:41:37 UTC 2024


On Thu, 18 Jul 2024 05:22:17 GMT, David Holmes <dholmes at openjdk.org> wrote:

> If you do that won't it just introduce different conversion issues later in the code. This whole code is really quite a mess with regards to types, but that is partly because the API and structures used are also a mess when it comes to types.


We might get something like this https://github.com/openjdk/jdk/commit/63005eaea5ddb5eee5d826433733a57741212af5 - removing both of static casts that I have introduced, and trading a static cast in Windows branch for a static cast in AIX one.
But I am not sure that I should introduce a change that touches the architecture that I can not test.

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

PR Comment: https://git.openjdk.org/jdk/pull/19782#issuecomment-2235738353


More information about the hotspot-runtime-dev mailing list