8323995: Suppress notes generated on incremental microbenchmark builds

Reviewed-by: erikj, ihse
This commit is contained in:
Claes Redestad 2024-01-18 15:40:39 +00:00
parent a2b117ae02
commit 4c1a0fc58f

View File

@ -107,6 +107,7 @@ $(eval $(call SetupJavaCompilation, BUILD_JDK_MICROBENCHMARK, \
--add-exports java.base/sun.invoke.util=ALL-UNNAMED \
--add-exports java.base/sun.security.util=ALL-UNNAMED \
--enable-preview \
-XDsuppressNotes \
-processor org.openjdk.jmh.generators.BenchmarkProcessor, \
JAVA_FLAGS := \
--add-exports java.base/jdk.internal.vm=ALL-UNNAMED \