equal
deleted
inserted
replaced
27 import java.lang.management.ManagementFactory; |
27 import java.lang.management.ManagementFactory; |
28 import java.lang.management.RuntimeMXBean; |
28 import java.lang.management.RuntimeMXBean; |
29 import java.util.ArrayList; |
29 import java.util.ArrayList; |
30 import java.util.Collections; |
30 import java.util.Collections; |
31 import java.util.List; |
31 import java.util.List; |
|
32 import compiler.whitebox.CompilerWhiteBoxTest; |
32 |
33 |
33 /** |
34 /** |
34 * Executes given test in a separate VM with enabled Tiered Compilation for |
35 * Executes given test in a separate VM with enabled Tiered Compilation for |
35 * CompilationPolicyChoice 2 and 3 |
36 * CompilationPolicyChoice 2 and 3 |
36 */ |
37 */ |