Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joebraley committed Sep 22, 2023
1 parent ce84415 commit 1dbb7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/Images.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ $(JDK_IMAGE_DIR)/$(JIMAGE_TARGET_FILE): $(JMODS) \
$(JLINK_JDK_EXTRA_OPTS) \
--output $(JDK_IMAGE_DIR) \
)
ifeq ($(BUILD_CDS_ARCHIVE), true)
ifeq ($(BUILD_CDS_ARCHIVE), true)
$(info "this is a statement")
# $(call LogWarn, Creating CDS archive for jdk image)
# $(JDK_IMAGE_DIR)/bin/java -Xshare:dump \
# -XX:SharedArchiveFile=$(JDK_IMAGE_DIR)/$(CDS_ARCHIVE) \
# -Xmx128M -Xms128M $(LOG_INFO)
$(info "this is a second statement")
endif
endif
$(TOUCH) $@

$(info "this is after second statement")
Expand Down

0 comments on commit 1dbb7d5

Please sign in to comment.