zzambers
zzambers
> > I've restored the workaround for `stdbool.h` which was present in `gif_lib.h` but removed in this patch on later JDK versions. This is still needed on Windows with VS2010....
Some of these could be similar problem as this issue on Macos: https://github.com/adoptium/aqa-tests/issues/5645
- `runtime/CDSCompressedKPtrs/XShareAuto.java` I think this is likely problem with [test](https://github.com/openjdk/jdk11u-dev/blob/1393271305edc4d7bd1d9a5dcb2c011c93f4fd49/test/hotspot/jtreg/runtime/CDSCompressedKPtrs/XShareAuto.java#L41). It generates jsa with `-server` option, but then tries to use it with client VM (missing `-server`) I'll take a...
I have also seen this test failure on jdk8 in [Grinder](https://ci.adoptium.net/view/Test_grinder/job/Grinder/8930/). `jdk/jfr/event/runtime/TestNetworkUtilizationEvent.java` **Stack trace:** ``` 14:56:01 java.lang.RuntimeException: Value not atMost 2147483647000, field='writeRate', value='11745595599000': expected that 11745595599000
My current plan is following: | target | level | | --- | --- | | langtools_all | sanity | | hotspot_gc | extended | | hotspot_runtime | extended |...
/approval request Fix to GHA code which removes bundle artifacts, only affects testing in GHA, tested
Would be nice to have in-tree freetype as in later jdks As when person is not careful bundling freetype, it can end up linking against system hafrbuzz (which, in turn,...
> ``` > :38:43.3378937Z FAILED: gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java > 2025-10-28T14:38:43.3379819Z FAILED: gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java > ``` > > Are the failing jtregs. Do not seem to be related though > > Am also digging...
btw. there is also issue with Windows x86 build jobs, where VS2010 installation hangs and jobs get cancelled. I have created [PR](https://github.com/openjdk/jdk8u-dev/pull/712) for that.