On Fri, 26 Jun 2026 14:13:37 GMT, Matthias Baesken <[email protected]> wrote:

> > `IS_WINXP` macro is also obsolete, no java launcher would start on Windows 
> > XP. Shall we remove it too?
> > To some extent, `IS_WINVISTA` is also obsolete because it always returns 
> > `true`.
> > If I'm not mistaken, no java launcher would start on Windows Vista now; it 
> > may still work on Windows 7.
> 
> Yes I agree, my understanding is as well that we need at least Windows 7, 
> maybe Windows 8. Do you suggest to kick out `IS_WINXP` and `IS_WINVISTA` in 
> this PR or better do it as a follow up ?

I suggest removing `IS_WINXP` together with `IS_WIN2000`.

Removing `IS_WINVISTA` could lead to modifying more files, so I think it's 
better to do it separately.

Still, it is safe to assume `IS_WINVISTA` is always `true` these days.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/31676#issuecomment-4810662954

Reply via email to