-
Type:
Bug
-
Status: Open
-
Priority:
P3
-
Resolution: Unresolved
-
Affects Version/s: repo-portola
-
Fix Version/s: repo-portola
-
Component/s: hotspot
-
Labels:None
-
Environment:
Alpine Linux 3.11.3, musl libc (x86_64) version 1.1.24.
OpenJDK built from Portola repository: https://hg.openjdk.java.net/portola/portola
and latest jdk sources
-
Subcomponent:
-
CPU:x86
-
OS:other
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 fromJDK-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
- 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
https://hg.openjdk.java.net/jdk/jdk/rev/af80fedc56a2
- relates to
-
JDK-8239449 [TESTBUG] test/hotspot/jtreg/runtime/TLS/TestTLS.java: skip test if glibc too old for AdjustStackSizeForTLS
-
- Resolved
-