8074312: Enable hotspot builds on 4.x Linux kernels

Tue, 10 Mar 2015 21:20:10 -0400

author
sgehwolf
date
Tue, 10 Mar 2015 21:20:10 -0400
changeset 7874
908b2d7253fc
parent 7873
2a55e4998f0d
child 7875
fb260f267e87

8074312: Enable hotspot builds on 4.x Linux kernels
Summary: Add "4" to list of allowable versions
Reviewed-by: dholmes, mikael

make/linux/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/make/linux/Makefile	Wed Apr 29 12:23:48 2015 -0700
     1.2 +++ b/make/linux/Makefile	Tue Mar 10 21:20:10 2015 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -229,7 +229,7 @@
    1.11  # Solaris 2.5.1, 2.6).
    1.12  # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
    1.13  
    1.14 -SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%
    1.15 +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4%
    1.16  OS_VERSION := $(shell uname -r)
    1.17  EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
    1.18  

mercurial