8219814: Help-info for pns(...) on Linux/mips lost
authorshade
Wed, 27 Feb 2019 10:03:22 +0100
changeset 53932 33839b74e47c
parent 53931 f47ca94f30b9
child 53940 f8b2179a55d0
8219814: Help-info for pns(...) on Linux/mips lost Reviewed-by: aoqi, shade Contributed-by: Jie Fu <fujie@loongson.cn>
src/hotspot/share/utilities/debug.cpp
--- a/src/hotspot/share/utilities/debug.cpp	Tue Feb 26 09:57:11 2019 +0100
+++ b/src/hotspot/share/utilities/debug.cpp	Wed Feb 27 10:03:22 2019 +0100
@@ -643,6 +643,7 @@
   tty->print_cr("                   pns($sp, $rbp, $pc) on Linux/amd64 and Solaris/amd64 or");
   tty->print_cr("                   pns($sp, $ebp, $pc) on Linux/x86 or");
   tty->print_cr("                   pns($sp, 0, $pc)    on Linux/ppc64 or");
+  tty->print_cr("                   pns($sp, $s8, $pc)  on Linux/mips or");
   tty->print_cr("                   pns($sp + 0x7ff, 0, $pc) on Solaris/SPARC");
   tty->print_cr("                 - in gdb do 'set overload-resolution off' before calling pns()");
   tty->print_cr("                 - in dbx do 'frame 1' before calling pns()");