comparison src/share/vm/c1/c1_GraphBuilder.hpp @ 459:3a86a8dcf27c

6756768: C1 generates invalid code Reviewed-by: kvn, jrose
author never
date Tue, 25 Nov 2008 13:14:07 -0800
parents a61af66fc99e
children ad8c8ca4ab0f
comparison
equal deleted inserted replaced
443:b5e603f2e024 459:3a86a8dcf27c
281 BlockEnd* iterate_bytecodes_for_block(int bci); 281 BlockEnd* iterate_bytecodes_for_block(int bci);
282 void iterate_all_blocks(bool start_in_current_block_for_inlining = false); 282 void iterate_all_blocks(bool start_in_current_block_for_inlining = false);
283 Dependencies* dependency_recorder() const; // = compilation()->dependencies() 283 Dependencies* dependency_recorder() const; // = compilation()->dependencies()
284 bool direct_compare(ciKlass* k); 284 bool direct_compare(ciKlass* k);
285 285
286 void kill_field(ciField* field);
287 void kill_array(Value value);
288 void kill_all(); 286 void kill_all();
289 287
290 ValueStack* lock_stack(); 288 ValueStack* lock_stack();
291 289
292 // 290 //