Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

Commit 0f32982

Browse files
committed
8270203: Missing build dependency between jdk.jfr-gendata and buildtools-hotspot
Reviewed-by: tbell
1 parent 4fc3180 commit 0f32982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make/Main.gmk

+3
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,9 @@ else
857857
# virtual target.
858858
jdk.jdwp.agent-libs: jdk.jdwp.agent-gensrc
859859

860+
# jdk.jfr-gendata uses TOOL_JFR_GEN from buildtools-hotspot
861+
jdk.jfr-gendata: buildtools-hotspot
862+
860863
# The swing beans need to have java base properly generated to avoid errors
861864
# in javadoc. The X11 wrappers need the java.base include files to have been
862865
# copied and processed.

0 commit comments

Comments
 (0)