src/share/vm/code/nmethod.cpp

changeset 6488
4cdf4f71177d
parent 6485
da862781b584
child 6498
5da8bb64b370
     1.1 --- a/src/share/vm/code/nmethod.cpp	Thu Nov 21 19:00:57 2013 -0800
     1.2 +++ b/src/share/vm/code/nmethod.cpp	Fri Nov 22 12:14:09 2013 -0800
     1.3 @@ -619,7 +619,7 @@
     1.4          InstanceKlass::cast(klass)->add_dependent_nmethod(nm);
     1.5        }
     1.6        NOT_PRODUCT(nmethod_stats.note_nmethod(nm));
     1.7 -      if (PrintAssembly) {
     1.8 +      if (PrintAssembly || CompilerOracle::has_option_string(method, "PrintAssembly")) {
     1.9          Disassembler::decode(nm);
    1.10        }
    1.11      }

mercurial