diff -r c7a3e57fdf4a -r b985cbb00e68 make/linux/makefiles/top.make --- a/make/linux/makefiles/top.make Thu Aug 01 03:44:03 2019 +0100 +++ b/make/linux/makefiles/top.make Mon Aug 12 18:30:40 2019 +0300 @@ -80,7 +80,7 @@ @echo All done. # This is an explicit dependency for the sake of parallel makes. -vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) trace_stuff jvmti_stuff sa_stuff +vm_build_preliminaries: checks $(Cached_plat) $(AD_Files_If_Required) jvmti_stuff jfr_stuff sa_stuff @# We need a null action here, so implicit rules don't get consulted. $(Cached_plat): $(Plat_File) @@ -94,9 +94,9 @@ jvmti_stuff: $(Cached_plat) $(adjust-mflags) @$(MAKE) -f jvmti.make $(MFLAGS-adjusted) -# generate trace files -trace_stuff: jvmti_stuff $(Cached_plat) $(adjust-mflags) - @$(MAKE) -f trace.make $(MFLAGS-adjusted) +# generate JFR stuff +jfr_stuff: $(Cached_plat) $(adjust-mflags) + @$(MAKE) -f jfr.make $(MFLAGS-adjusted) # generate SA jar files and native header sa_stuff: