Skip to content

Commit

Permalink
Fixing classpath for incremental microbenchmark build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Aug 20, 2024
1 parent 3f6875c commit f21c2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/test/BuildMicrobenchmark.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $(eval $(call SetupJavaCompilation, BUILD_INDIFY, \
$(eval $(call SetupJavaCompilation, BUILD_JDK_MICROBENCHMARK, \
TARGET_RELEASE := $(TARGET_RELEASE_NEWJDK_UPGRADED), \
SMALL_JAVA := false, \
CLASSPATH := $(JMH_COMPILE_JARS), \
CLASSPATH := $(JMH_COMPILE_JARS) $(MICROBENCHMARK_CLASSES), \
CREATE_API_DIGEST := true, \
DISABLED_WARNINGS := restricted this-escape processing rawtypes removal cast \
serial preview dangling-doc-comments, \
Expand Down

0 comments on commit f21c2b7

Please sign in to comment.