hotspot/test/compiler/compilercontrol/share/scenario/Scenario.java
changeset 40631 ed82623d7831
parent 40059 c2304140ed64
equal deleted inserted replaced
40629:514bf0744294 40631:ed82623d7831
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    28 import compiler.compilercontrol.share.processors.CommandProcessor;
    28 import compiler.compilercontrol.share.processors.CommandProcessor;
    29 import compiler.compilercontrol.share.processors.LogProcessor;
    29 import compiler.compilercontrol.share.processors.LogProcessor;
    30 import compiler.compilercontrol.share.processors.PrintDirectivesProcessor;
    30 import compiler.compilercontrol.share.processors.PrintDirectivesProcessor;
    31 import compiler.compilercontrol.share.processors.PrintProcessor;
    31 import compiler.compilercontrol.share.processors.PrintProcessor;
    32 import jdk.test.lib.Asserts;
    32 import jdk.test.lib.Asserts;
    33 import jdk.test.lib.OutputAnalyzer;
    33 import jdk.test.lib.process.OutputAnalyzer;
    34 import jdk.test.lib.Pair;
    34 import jdk.test.lib.util.Pair;
    35 
    35 
    36 import java.lang.reflect.Executable;
    36 import java.lang.reflect.Executable;
    37 import java.util.ArrayList;
    37 import java.util.ArrayList;
    38 import java.util.Collections;
    38 import java.util.Collections;
    39 import java.util.HashMap;
    39 import java.util.HashMap;