Use spaces instead of tabs
This commit is contained in:
@@ -525,7 +525,7 @@ public abstract class Getdown extends Thread
|
|||||||
|
|
||||||
// lastly regenerate the .jsa dump file that helps Java to start up faster
|
// lastly regenerate the .jsa dump file that helps Java to start up faster
|
||||||
String vmpath = LaunchUtil.getJVMBinaryPath(javaLocalDir, false);
|
String vmpath = LaunchUtil.getJVMBinaryPath(javaLocalDir, false);
|
||||||
String[] command = new String[]{vmpath, "-Xshare:dump"};
|
String[] command = new String[]{vmpath, "-Xshare:dump"};
|
||||||
try {
|
try {
|
||||||
log.info("Regenerating classes.jsa for " + vmpath + "...");
|
log.info("Regenerating classes.jsa for " + vmpath + "...");
|
||||||
Runtime.getRuntime().exec(command);
|
Runtime.getRuntime().exec(command);
|
||||||
|
|||||||
Reference in New Issue
Block a user