comparison src/share/vm/graal/graalEnv.hpp @ 14172:cd22c8dbda4f

Made graph caching compilation local
author Doug Simon <doug.simon@oracle.com>
date Thu, 13 Mar 2014 15:36:30 +0100
parents 5a9afbf72714
children 98592ae4b1fa
comparison
equal deleted inserted replaced
14171:8c0e92c8c45b 14172:cd22c8dbda4f
142 DebugInformationRecorder* debug_info, 142 DebugInformationRecorder* debug_info,
143 Dependencies* dependencies, 143 Dependencies* dependencies,
144 CompileTask* task, 144 CompileTask* task,
145 int compile_id, 145 int compile_id,
146 bool has_unsafe_access, 146 bool has_unsafe_access,
147 GrowableArray<jlong>* leaf_graph_ids,
148 Handle installed_code, 147 Handle installed_code,
149 Handle speculation_log); 148 Handle speculation_log);
150 149
151 // converts the Klass* representing the holder of a method into a 150 // converts the Klass* representing the holder of a method into a
152 // InstanceKlass*. This is needed since the holder of a method in 151 // InstanceKlass*. This is needed since the holder of a method in