make/linux/makefiles/vm.make

changeset 9995
633a3d28d2fe
parent 9896
1b8c45b8216a
child 10015
eb7ce841ccec
     1.1 --- a/make/linux/makefiles/vm.make	Fri Aug 28 07:32:38 2020 +0100
     1.2 +++ b/make/linux/makefiles/vm.make	Fri Aug 28 07:38:21 2020 +0100
     1.3 @@ -150,7 +150,7 @@
     1.4  LIBJVM_DEBUGINFO   = lib$(JVM).debuginfo
     1.5  LIBJVM_DIZ         = lib$(JVM).diz
     1.6  
     1.7 -ifeq ($(ENABLE_JFR),false)
     1.8 +ifneq ($(ENABLE_JFR),true)
     1.9  EXCLUDE_JFR_PATHS:= -o -name jfr -prune
    1.10  endif
    1.11  SPECIAL_PATHS:=adlc c1 gc_implementation opto shark libadt

mercurial