Skip to content

Commit d822b12

Browse files
committed
Enabling java -Xshare:dump again
1 parent 13abc4b commit d822b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ echo "Installation complete. Java version:"
103103
"$JAVA_REAL_EXE" -version
104104

105105
echo "Dumping class cache..."
106-
#"$JAVA_REAL_EXE" -Xshare:dump
106+
"$JAVA_REAL_EXE" -Xshare:dump

0 commit comments

Comments
 (0)