hotspot/make/linux/Makefile
changeset 10235 cb2283e51174
parent 9340 713176cf2ca5
child 10559 a94d067da388
--- a/hotspot/make/linux/Makefile	Sat Jul 23 10:42:20 2011 -0400
+++ b/hotspot/make/linux/Makefile	Thu Jul 28 14:10:21 2011 -0400
@@ -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%
 OS_VERSION := $(shell uname -r)
 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))