--- old/src/share/vm/opto/memnode.cpp 2014-10-31 00:35:16.000000000 +0400 +++ new/src/share/vm/opto/memnode.cpp 2014-10-31 00:35:16.000000000 +0400 @@ -66,6 +66,7 @@ if (in(Address) != NULL) _adr_type = in(Address)->bottom_type()->isa_ptr(); #endif + st->print(" Memory:"); dump_adr_type(this, _adr_type, st); Compile* C = Compile::current();