src/share/vm/opto/parse.hpp

changeset 6429
606acabe7b5c
parent 6217
849eb7bfceac
child 6518
62c54fcc0a35
equal deleted inserted replaced
6427:a48e16541e6b 6429:606acabe7b5c
475 // Helper function to generate array store 475 // Helper function to generate array store
476 void array_store(BasicType etype); 476 void array_store(BasicType etype);
477 // Helper function to compute array addressing 477 // Helper function to compute array addressing
478 Node* array_addressing(BasicType type, int vals, const Type* *result2=NULL); 478 Node* array_addressing(BasicType type, int vals, const Type* *result2=NULL);
479 479
480 void rtm_deopt();
481
480 // Pass current map to exits 482 // Pass current map to exits
481 void return_current(Node* value); 483 void return_current(Node* value);
482 484
483 // Register finalizers on return from Object.<init> 485 // Register finalizers on return from Object.<init>
484 void call_register_finalizer(); 486 void call_register_finalizer();

mercurial