src/share/vm/opto/graphKit.cpp

changeset 2349
5ddfcf4b079e
parent 2314
f95d63e2154a
child 2665
9dc311b8473e
     1.1 --- a/src/share/vm/opto/graphKit.cpp	Thu Dec 02 01:02:55 2010 -0800
     1.2 +++ b/src/share/vm/opto/graphKit.cpp	Thu Dec 02 17:21:12 2010 -0800
     1.3 @@ -1841,7 +1841,7 @@
     1.4  
     1.5    // Note:  If ProfileTraps is true, and if a deopt. actually
     1.6    // occurs here, the runtime will make sure an MDO exists.  There is
     1.7 -  // no need to call method()->build_method_data() at this point.
     1.8 +  // no need to call method()->ensure_method_data() at this point.
     1.9  
    1.10  #ifdef ASSERT
    1.11    if (!must_throw) {

mercurial