Build JDK from Portola repository on Alpine Linux.
Install NUMA lib:
{code}
apk add numactl
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
(1/1) Installing numactl (2.0.13-r0)
OK: 372 MiB in 148 packages
{code}
Run test/hotspot/jtreg/gc/g1/numa/TestG1NUMATouchRegions.java test.
The test fails:
{code}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f314a93ee3d, pid=15797, tid=15800
#
# JRE version: (16.0) (fastdebug build )
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 16-internal+0-adhoc..portola, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libnuma.so.1+0x3e3d]
#
{code}