changeset 2570 | ecc7862946d4 |
parent 2342 | 9a1260c3679d |
child 3600 | 27aa4477d039 |
child 3261 | c7d5aae8d3f7 |
--- a/hotspot/src/share/vm/opto/bytecodeInfo.cpp Mon Apr 20 14:48:03 2009 -0700 +++ b/hotspot/src/share/vm/opto/bytecodeInfo.cpp Tue Apr 21 23:21:04 2009 -0700 @@ -321,7 +321,7 @@ // stricter than callee_holder->is_initialized() ciBytecodeStream iter(caller_method); iter.force_bci(caller_bci); - int index = iter.get_index_big(); + int index = iter.get_index_int(); if( !caller_method->is_klass_loaded(index, true) ) { return false; }