8253880: clean up sun/hotspot/tools/ctw/Utils class
Reviewed-by: kvn
This commit is contained in:
parent
79d70f6b51
commit
776acfd80a
@ -26,9 +26,6 @@ package sun.hotspot.tools.ctw;
|
||||
import com.sun.management.HotSpotDiagnosticMXBean;
|
||||
import java.lang.management.ManagementFactory;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
/**
|
||||
* Auxiliary methods.
|
||||
*/
|
||||
@ -57,11 +54,6 @@ public class Utils {
|
||||
* Initial compilation level.
|
||||
*/
|
||||
public static final int INITIAL_COMP_LEVEL;
|
||||
/**
|
||||
* Compiled path-separator regexp.
|
||||
*/
|
||||
public static final Pattern PATH_SEPARATOR = Pattern.compile(
|
||||
File.pathSeparator, Pattern.LITERAL);
|
||||
/**
|
||||
* Value of {@code -DCompileTheWorldStopAt}. Last class to consider.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user