diff -r d4dac52dafbc make/linux/Makefile --- openjdk.orig/hotspot/make/linux/Makefile Thu Jun 02 18:59:50 2011 +0100 +++ openjdk/hotspot/make/linux/Makefile Mon Jun 13 15:40:58 2011 +0100 @@ -230,7 +230,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% 2.7% +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3.0% OS_VERSION := $(shell uname -r) EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))