mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
This commit is contained in:
parent
4710cf65a7
commit
a0381422dd
942 changed files with 12622 additions and 9353 deletions
|
@ -38,11 +38,11 @@
|
|||
|
||||
package compiler.jvmci.compilerToVM;
|
||||
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
import jdk.test.lib.ProcessTools;
|
||||
import java.util.Arrays;
|
||||
import jdk.test.lib.OutputAnalyzer;
|
||||
import jdk.test.lib.Utils;
|
||||
import jdk.test.lib.ProcessTools;
|
||||
import jdk.vm.ci.hotspot.CompilerToVMHelper;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
public class DebugOutputTest {
|
||||
public static void main(String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue