1diff -Naur openjdk-7u65-b32/hotspot/make/linux/Makefile openjdk-7u65-b32-patch/hotspot/make/linux/Makefile
2--- openjdk-7u65-b32/hotspot/make/linux/Makefile 2014-07-17 03:08:38.000000000 -0700
3+++ openjdk-7u65-b32-patch/hotspot/make/linux/Makefile 2015-04-21 05:33:12.170190385 -0700
4@@ -231,7 +231,7 @@
5 # Solaris 2.5.1, 2.6).
6 # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
7
8-SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%
9+SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4%
10 OS_VERSION := $(shell uname -r)
11 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
12