Change "8074895: os::getenv is inadequate" introduced some MSVC pragmas in src/share/vm/utilities/growableArray.hpp to supress warnings during compilation.
Unfortunately these MSVC macros have been introduced unconditionally which produces warnings on other platforms.
Unfortunately these MSVC macros have been introduced unconditionally which produces warnings on other platforms.
- relates to
-
JDK-8074895 os::getenv is inadequate
-
- Resolved
-