mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -638,6 +638,7 @@ void instanceKlassKlass::oop_print_on(oop obj, outputStream* st) {
|
|||
st->cr();
|
||||
}
|
||||
|
||||
#endif //PRODUCT
|
||||
|
||||
void instanceKlassKlass::oop_print_value_on(oop obj, outputStream* st) {
|
||||
assert(obj->is_klass(), "must be klass");
|
||||
|
@ -645,8 +646,6 @@ void instanceKlassKlass::oop_print_value_on(oop obj, outputStream* st) {
|
|||
ik->name()->print_value_on(st);
|
||||
}
|
||||
|
||||
#endif // PRODUCT
|
||||
|
||||
const char* instanceKlassKlass::internal_name() const {
|
||||
return "{instance class}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue