[jdk8u-dev] RFR: 8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388)

Andrew John Hughes andrew at openjdk.org
Mon Feb 19 19:50:57 UTC 2024


On Mon, 19 Feb 2024 15:07:37 GMT, Frederic Thevenet <fthevenet at openjdk.org> wrote:

> Hi all,
> 
> This pull request contains a backport of commit [b1c82624](https://github.com/openjdk/jdk11u-dev/commit/b1c82624b9a700c74339139dee096b07c46db854) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> The commit being backported was authored by Robbin Ehn on Jan 11, 2017 and was reviewed by Ioi Lam and Thomas Stuefe.
> 
> Thanks!

`building.md` lists the base OS for Win x86-32 as Windows XP & Visual Studio 2010. Visual Studio 2010 requires at least Windows XP SP3. There's also already a call to the `os::is_debugger_attached` function in `hotspot/src/share/vm/runtime/arguments.cpp`.

So if someone really does want to build 8u on Windows 98, they have a fair bit of work to do already, starting with ensuring it builds with VS2005. ;)

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/448#issuecomment-1953077054


More information about the jdk8u-dev mailing list