changeset 6745 | a34ef8968a84 |
parent 6453 | 970dc585ab63 |
child 6774 | a224d6a24120 |
--- a/hotspot/src/cpu/sparc/vm/c1_CodeStubs_sparc.cpp Wed Sep 22 23:51:03 2010 -0700 +++ b/hotspot/src/cpu/sparc/vm/c1_CodeStubs_sparc.cpp Tue Dec 29 19:08:54 2009 +0100 @@ -32,6 +32,7 @@ : _throw_index_out_of_bounds_exception(throw_index_out_of_bounds_exception) , _index(index) { + assert(info != NULL, "must have info"); _info = new CodeEmitInfo(info); }