mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6912062: disassembler plugin needs to produce symbolic information in product mode
More informative disassembly in product mode. Also, a more consistent CompileCommand syntax. Reviewed-by: never
This commit is contained in:
parent
7548b8eed5
commit
fdbb64ef71
39 changed files with 262 additions and 128 deletions
|
@ -214,6 +214,8 @@ void methodDataKlass::oop_print_on(oop obj, outputStream* st) {
|
|||
m->print_data_on(st);
|
||||
}
|
||||
|
||||
#endif //PRODUCT
|
||||
|
||||
void methodDataKlass::oop_print_value_on(oop obj, outputStream* st) {
|
||||
assert(obj->is_methodData(), "should be method data");
|
||||
methodDataOop m = methodDataOop(obj);
|
||||
|
@ -221,8 +223,6 @@ void methodDataKlass::oop_print_value_on(oop obj, outputStream* st) {
|
|||
m->method()->print_value_on(st);
|
||||
}
|
||||
|
||||
#endif // !PRODUCT
|
||||
|
||||
const char* methodDataKlass::internal_name() const {
|
||||
return "{method data}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue