8354257: xctracenorm profiler not working with JDK JMH benchmarks

Reviewed-by: ihse
This commit is contained in:
Galder Zamarreño 2025-05-07 06:17:50 +00:00 committed by Magnus Ihse Bursie
parent 4e3ec3c04c
commit 772c97039e

View File

@ -119,7 +119,6 @@ $(JMH_UNPACKED_JARS_DONE): $(JMH_RUNTIME_JARS)
$(foreach jar, $(JMH_RUNTIME_JARS), \
$$($(UNZIP) -oq $(jar) -d $(JMH_UNPACKED_DIR)))
$(RM) -r $(JMH_UNPACKED_DIR)/META-INF
$(RM) $(JMH_UNPACKED_DIR)/*.xml
$(TOUCH) $@
# Copy dependency files for inclusion in the benchmark JARs