File new-kernel.patch of Package java-1_6_0-openjdk
--- openjdk/hotspot/make/linux/Makefile 2020-04-16 10:48:18.359845234 +0200
+++ openjdk/hotspot/make/linux/Makefile 2020-04-16 11:11:45.715873033 +0200
@@ -231,7 +231,7 @@
# Solaris 2.5.1, 2.6).
# Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
-SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4%
+SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4% 5%
OS_VERSION := $(shell uname -r)
EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))