Skip to content

Commit

Permalink
8313274: [BACKOUT] Relax prerequisites for java.base-jmod target
Browse files Browse the repository at this point in the history
Reviewed-by: dholmes
  • Loading branch information
jaikiran committed Aug 3, 2023
1 parent 53ca75b commit 3c920f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,7 @@ else
# When creating the BUILDJDK, we don't need to add hashes to java.base, thus
# we don't need to depend on all other jmods
ifneq ($(CREATING_BUILDJDK), true)
java.base-jmod: jrtfs-jar $(filter-out java.base-jmod \
$(addsuffix -jmod, $(call FindAllUpgradeableModules)), $(JMOD_TARGETS))
java.base-jmod: jrtfs-jar $(filter-out java.base-jmod, $(JMOD_TARGETS))
endif

# If not already set, set the JVM target so that the JVM will be built.
Expand Down

1 comment on commit 3c920f9

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.