Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-braley authored Nov 27, 2023
1 parent 1e0519b commit fb3b16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/Images.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $(JDK_IMAGE_DIR)/$(JIMAGE_TARGET_FILE): $(JMODS) \
--output $(JDK_IMAGE_DIR) \
)
ifeq ($(BUILD_CDS_ARCHIVE), true)
$(info Dumping shared archive to $(JDK_IMAGE_DIR)/$(CDS_ARCHIVE)) \
$(info Dumping shared archive to $(JDK_IMAGE_DIR)/$(CDS_ARCHIVE))
$(JDK_IMAGE_DIR)/bin/java -Xshare:dump \
-XX:SharedArchiveFile=$(JDK_IMAGE_DIR)/$(CDS_ARCHIVE) \
-Xmx128M -Xms128M $(LOG_INFO)
Expand Down

0 comments on commit fb3b16e

Please sign in to comment.