comparison src/share/vm/compiler/disassembler.cpp @ 7067:7ead04aea1e4

fixes after merge
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 23 Nov 2012 12:06:31 +0100
parents 7d815d842ee0
children b9a918201d47
comparison
equal deleted inserted replaced
7066:7d815d842ee0 7067:7ead04aea1e4
517 #else 517 #else
518 unsigned char* p = nm->code_begin(); 518 unsigned char* p = nm->code_begin();
519 unsigned char* end = nm->code_end(); 519 unsigned char* end = nm->code_end();
520 #endif // SHARK 520 #endif // SHARK
521 521
522 nm->method()->method_holder()->klass_part()->name()->print_symbol_on(env.output()); 522 nm->method()->method_holder()->name()->print_symbol_on(env.output());
523 env.output()->print("."); 523 env.output()->print(".");
524 nm->method()->name()->print_symbol_on(env.output()); 524 nm->method()->name()->print_symbol_on(env.output());
525 env.output()->print_cr(" [" PTR_FORMAT ", " PTR_FORMAT "] %d bytes", p, end, ((jlong)(end - p)) * sizeof(unsigned char*)); 525 env.output()->print_cr(" [" PTR_FORMAT ", " PTR_FORMAT "] %d bytes", p, end, ((jlong)(end - p)) * sizeof(unsigned char*));
526 526
527 // If there has been profiling, print the buckets. 527 // If there has been profiling, print the buckets.