comparison src/share/vm/graal/graalEnv.hpp @ 7660:0b646334c5f7

keep track of leafGraphIds only at the StructuredGraph level (see GRAAL-60)
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 01 Feb 2013 17:32:59 +0100
parents ce248dc0a656
children 0799a7efbe7b
comparison
equal deleted inserted replaced
7656:01aeaf194641 7660:0b646334c5f7
144 Dependencies* dependencies, 144 Dependencies* dependencies,
145 CompileTask* task, 145 CompileTask* task,
146 int compile_id, 146 int compile_id,
147 bool has_debug_info, 147 bool has_debug_info,
148 bool has_unsafe_access, 148 bool has_unsafe_access,
149 GrowableArray<jlong>* leaf_graph_ids,
149 Handle installed_code); 150 Handle installed_code);
150 151
151 // converts the Klass* representing the holder of a method into a 152 // converts the Klass* representing the holder of a method into a
152 // InstanceKlass*. This is needed since the holder of a method in 153 // InstanceKlass*. This is needed since the holder of a method in
153 // the bytecodes could be an array type. Basically this converts 154 // the bytecodes could be an array type. Basically this converts