# HG changeset patch # User sgehwolf # Date 1426036810 14400 # Node ID 908b2d7253fc9ec074b968631ab3c269faec398f # Parent 2a55e4998f0d28c7003a8a0f43d2c7602d89f54b 8074312: Enable hotspot builds on 4.x Linux kernels Summary: Add "4" to list of allowable versions Reviewed-by: dholmes, mikael diff -r 2a55e4998f0d -r 908b2d7253fc make/linux/Makefile --- a/make/linux/Makefile Wed Apr 29 12:23:48 2015 -0700 +++ b/make/linux/Makefile Tue Mar 10 21:20:10 2015 -0400 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -229,7 +229,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% +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4% OS_VERSION := $(shell uname -r) EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))