mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +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
|
@ -541,6 +541,7 @@ void Klass::oop_print_on(oop obj, outputStream* st) {
|
|||
st->cr();
|
||||
}
|
||||
|
||||
#endif //PRODUCT
|
||||
|
||||
void Klass::oop_print_value_on(oop obj, outputStream* st) {
|
||||
// print title
|
||||
|
@ -549,8 +550,6 @@ void Klass::oop_print_value_on(oop obj, outputStream* st) {
|
|||
obj->print_address_on(st);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// Verification
|
||||
|
||||
void Klass::oop_verify_on(oop obj, outputStream* st) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue