make/linux/makefiles/vm.make

changeset 10015
eb7ce841ccec
parent 9931
fd44df5e3bc3
parent 9995
633a3d28d2fe
     1.1 --- a/make/linux/makefiles/vm.make	Sat Oct 24 16:18:50 2020 +0800
     1.2 +++ b/make/linux/makefiles/vm.make	Sat Oct 24 16:43:47 2020 +0800
     1.3 @@ -169,7 +169,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