-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b24
-
windows
In flags-cflags.m4, when building for windows we define -D_CRT_SECURE_NO_DEPRECATE. That's an older macro that has been replaced by -D_CRT_SECURE_NO_WARNINGS. We should be using the newer macro. Alternatively, we should not be defining the macro at all, and instead resolving the resulting warnings.
Also, we're globally disabling deprecation warnings (C4996) in CompileJvm.mk, and shouldn't need to do that.
Also, we're globally disabling deprecation warnings (C4996) in CompileJvm.mk, and shouldn't need to do that.
- relates to
-
JDK-8214976 Warn about uses of functions replaced for portability
- Resolved
-
JDK-8286349 Simplify use of Windows deprecated POSIX names
- Resolved
-
JDK-8286371 Avoid use of deprecated str[n]icmp
- Resolved
-
JDK-8286424 GetVersionEx is deprecated
- Resolved
-
JDK-8286781 Replace the deprecated/obsolete gethostbyname and inet_addr calls
- Resolved
(2 links to)