src/share/vm/interpreter/templateTable.cpp

changeset 1957
136b78722a08
parent 1934
e9ff18c4ace7
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/interpreter/templateTable.cpp	Mon Jun 07 14:17:01 2010 -0700
     1.2 +++ b/src/share/vm/interpreter/templateTable.cpp	Wed Jun 09 18:50:45 2010 -0700
     1.3 @@ -507,6 +507,9 @@
     1.4    def(Bytecodes::_fast_linearswitch   , ubcp|disp|____|____, itos, vtos, fast_linearswitch   ,  _           );
     1.5    def(Bytecodes::_fast_binaryswitch   , ubcp|disp|____|____, itos, vtos, fast_binaryswitch   ,  _           );
     1.6  
     1.7 +  def(Bytecodes::_fast_aldc           , ubcp|____|clvm|____, vtos, atos, fast_aldc           ,  false       );
     1.8 +  def(Bytecodes::_fast_aldc_w         , ubcp|____|clvm|____, vtos, atos, fast_aldc           ,  true        );
     1.9 +
    1.10    def(Bytecodes::_return_register_finalizer , ____|disp|clvm|____, vtos, vtos, _return       ,  vtos        );
    1.11  
    1.12    def(Bytecodes::_shouldnotreachhere   , ____|____|____|____, vtos, vtos, shouldnotreachhere ,  _           );

mercurial