A couple a tests like java/lang/ProcessBuilder/Basic.java#id0.Basic_id0 and 
jdk/jshell/ExternalEditorTest.java.ExternalEditorTest try to start small shell 
scripts without #! at the first line of the script. This fails with error=8, 
Exec format error when running on Alpine 3.15 .
Looks like this is a known issue on musl / Alpine, see also
https://www.openwall.com/lists/musl/2018/03/09/2
and
https://github.com/scala-steward-org/scala-steward/issues/1374
(we see it on Alpine 3.15).

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

Commit messages:
 - JDK-8285987

Changes: https://git.openjdk.java.net/jdk/pull/8535/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8535&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8285987
  Stats: 35 lines in 3 files changed: 17 ins; 0 del; 18 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8535.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8535/head:pull/8535

PR: https://git.openjdk.java.net/jdk/pull/8535

Reply via email to