[jdk8u-dev] Integrated: 8337312: [8u] Windows x86 VS2010 build broken by JDK-8320097
Andrew John Hughes
andrew at openjdk.org
Wed Aug 14 15:37:52 UTC 2024
On Sat, 27 Jul 2024 20:40:45 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> Attempt to fix 8337312 using the same logic from `jdk/src/share/native/sun/java2d/cmm/lcms/lcms2_internal.h`:
>
> ~~~
> /// Properly define some macros to accommodate
> /// older MSVC versions.
> # if defined(_MSC_VER) && _MSC_VER <= 1700
> #include <float.h>
> #define isnan _isnan
> #define isinf(x) (!_finite((x)))
> # endif
> ~~~
This pull request has now been integrated.
Changeset: b4fc8e71
Author: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/b4fc8e711c5953823e687f8cc133aac5e8fdd577
Stats: 7 lines in 1 file changed: 7 ins; 0 del; 0 mod
8337312: [8u] Windows x86 VS2010 build broken by JDK-8320097
Reviewed-by: phh
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/555
More information about the jdk8u-dev
mailing list