--- old/src/java.base/unix/native/libjava/jdk_util_md.h 2020-05-20 18:01:14.815510296 -0700 +++ new/src/java.base/unix/native/libjava/jdk_util_md.h 2020-05-20 18:01:14.391502154 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -27,11 +27,7 @@ #define JDK_UTIL_MD_H // checking for nanness -#ifdef __solaris__ -#include -#define ISNANF(f) isnanf(f) -#define ISNAND(d) isnand(d) -#elif defined(MACOSX) +#if defined(MACOSX) #include #define ISNANF(f) isnan(f) #define ISNAND(d) isnan(d)