mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8044071: Print format/argument warnings
Reviewed-by: drchase, dholmes, lfoltan, twisti
This commit is contained in:
parent
679712201d
commit
fc984ddd84
8 changed files with 31 additions and 29 deletions
|
@ -1202,7 +1202,7 @@ void RegistersForDebugging::print(outputStream* s) {
|
|||
if ( j != last ) s->print(" - f%d", last);
|
||||
s->print(" = %f", val);
|
||||
s->fill_to(25);
|
||||
s->print_cr(" (0x%x)", val);
|
||||
s->print_cr(" (0x%x)", *(int*)&val);
|
||||
j = last + 1;
|
||||
}
|
||||
s->cr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue