Searched defs:JFR_EXISTS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/make/
H A DMakefile413 JFR_EXISTS=$(shell if [ -d $(HS_ALT_SRC) ]; then echo 1; else echo 0; fi) macro
415 ifeq ($JFR_EXISTS,1)

Completed in 30 milliseconds