equal
deleted
inserted
replaced
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. |
25 |
25 |
26 import compiler.compilercontrol.share.JSONFile; |
26 import compiler.compilercontrol.share.JSONFile; |
27 import compiler.compilercontrol.share.method.MethodDescriptor; |
27 import compiler.compilercontrol.share.method.MethodDescriptor; |
28 import compiler.compilercontrol.share.method.MethodGenerator; |
28 import compiler.compilercontrol.share.method.MethodGenerator; |
29 import compiler.compilercontrol.share.pool.PoolHelper; |
29 import compiler.compilercontrol.share.pool.PoolHelper; |
30 import jdk.test.lib.Pair; |
30 import jdk.test.lib.util.Pair; |
31 |
31 |
32 import java.lang.reflect.Executable; |
32 import java.lang.reflect.Executable; |
33 import java.util.ArrayList; |
33 import java.util.ArrayList; |
34 import java.util.HashMap; |
34 import java.util.HashMap; |
35 import java.util.LinkedHashMap; |
35 import java.util.LinkedHashMap; |