src/share/vm/opto/parse.hpp

changeset 6518
62c54fcc0a35
parent 6503
a9becfeecd1b
parent 6429
606acabe7b5c
child 6876
710a3c8b516e
child 7041
411e30e5fbb8
equal deleted inserted replaced
6517:a433eb716ce1 6518:62c54fcc0a35
478 // Helper function to generate array store 478 // Helper function to generate array store
479 void array_store(BasicType etype); 479 void array_store(BasicType etype);
480 // Helper function to compute array addressing 480 // Helper function to compute array addressing
481 Node* array_addressing(BasicType type, int vals, const Type* *result2=NULL); 481 Node* array_addressing(BasicType type, int vals, const Type* *result2=NULL);
482 482
483 void rtm_deopt();
484
483 // Pass current map to exits 485 // Pass current map to exits
484 void return_current(Node* value); 486 void return_current(Node* value);
485 487
486 // Register finalizers on return from Object.<init> 488 // Register finalizers on return from Object.<init>
487 void call_register_finalizer(); 489 void call_register_finalizer();

mercurial