equal
deleted
inserted
replaced
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 * |
22 * |
23 */ |
23 */ |
24 |
24 |
25 #include "incls/_precompiled.incl" |
25 #include "precompiled.hpp" |
26 #include "incls/_callGenerator.cpp.incl" |
26 #include "ci/bcEscapeAnalyzer.hpp" |
|
27 #include "ci/ciCPCache.hpp" |
|
28 #include "ci/ciMethodHandle.hpp" |
|
29 #include "classfile/javaClasses.hpp" |
|
30 #include "compiler/compileLog.hpp" |
|
31 #include "opto/addnode.hpp" |
|
32 #include "opto/callGenerator.hpp" |
|
33 #include "opto/callnode.hpp" |
|
34 #include "opto/cfgnode.hpp" |
|
35 #include "opto/connode.hpp" |
|
36 #include "opto/parse.hpp" |
|
37 #include "opto/rootnode.hpp" |
|
38 #include "opto/runtime.hpp" |
|
39 #include "opto/subnode.hpp" |
27 |
40 |
28 CallGenerator::CallGenerator(ciMethod* method) { |
41 CallGenerator::CallGenerator(ciMethod* method) { |
29 _method = method; |
42 _method = method; |
30 } |
43 } |
31 |
44 |