Steps to reproduce:
- Get sources from portola repository and the latest jdk changes
- configure the build
- run
> make test-bundles
--------------------
* For target support_test_hotspot_jtreg_native_support_exestack-tls_exestack-tls.o:
jdk-dev/test/hotspot/jtreg/runtime/TLS/exestack-tls.c:29:10: fatal error: gnu/libc-version.h: No such file or directory
29 | #include <gnu/libc-version.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
--------------------
This is the regression from JDK-8239449 [TESTBUG] test/hotspot/jtreg/runtime/TLS/TestTLS.java: skip test if glibc too old for AdjustStackSizeForTLS
https://hg.openjdk.java.net/jdk/jdk/rev/af80fedc56a2