src/share/vm/opto/compile.cpp

changeset 2349
5ddfcf4b079e
parent 2314
f95d63e2154a
child 2350
2f644f85485d
     1.1 --- a/src/share/vm/opto/compile.cpp	Thu Dec 02 01:02:55 2010 -0800
     1.2 +++ b/src/share/vm/opto/compile.cpp	Thu Dec 02 17:21:12 2010 -0800
     1.3 @@ -553,7 +553,7 @@
     1.4    if (ProfileTraps) {
     1.5      // Make sure the method being compiled gets its own MDO,
     1.6      // so we can at least track the decompile_count().
     1.7 -    method()->build_method_data();
     1.8 +    method()->ensure_method_data();
     1.9    }
    1.10  
    1.11    Init(::AliasLevel);

mercurial