-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25, 26
-
Component/s: tools
-
b23
-
generic
-
windows
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8372736 | 25.0.3 | Matthias Baesken | P4 | Resolved | Fixed | master |
There are some ancient Windows versions still handled in GetJavaProperties :
https://github.com/openjdk/jdk/blob/master/src/java.base/windows/native/libjava/java_props_md.c#L456
We compile currently with Windows 8+ settings :
# _WIN32_WINNT=0x0602 means access APIs for Windows 8 and above. See
# https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=msvc-170
ALWAYS_DEFINES="-DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0602 \
So everything older than Windows 8 could most likely be removed.
https://github.com/openjdk/jdk/blob/master/src/java.base/windows/native/libjava/java_props_md.c#L456
We compile currently with Windows 8+ settings :
# _WIN32_WINNT=0x0602 means access APIs for Windows 8 and above. See
# https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=msvc-170
ALWAYS_DEFINES="-DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0602 \
So everything older than Windows 8 could most likely be removed.
- backported by
-
JDK-8372736 Cleanup handling of ancient Windows versions from GetJavaProperties java_props_md
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk25u-dev/082ecfa4
-
Commit(master)
openjdk/jdk/16dafc00
-
Review(master)
openjdk/jdk25u-dev/8
-
Review(master)
openjdk/jdk25u/387
-
Review(master)
openjdk/jdk/28022
(1 links to)