Thread Dumps with Solaris JDK 1.2.1_03 vs. JDK 1.3.1_01

Greetings,

Sending a SIGQUIT with JDK 1.2.1 on Solaris (Sparc) produced a thread dump followed by a nice menu like the following:

^\SIGQUIT

A SIGQUIT has been received. Do you want to:

[ 0 ] continue program

[ 1 ] check & print one deadlock

[ 2 ] check & print all deadlocks

[ 3 ] dump thread stacks

[ 4 ] dump lock registry

[ 5 ] heap inspection

[ 6 ] terminate program

Type number corresponding to selected action:

However, using 1.3.1, this menu no longer appears. Is there some other signal I can send the VM to generate a similar menu with 1.3.1?

Thank you for your time.

[692 byte] By [ad24482] at [2007-9-26 13:57:15]
# 1
I'm not sure signal Ctrl+/ corresponds to - but have you tried doing that? Imight have got the slash wrong here so try Ctrl+\ as well if the above doesnt work...
saycat at 2007-7-2 15:02:49 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
I think I just found the answer to my own question - obviously SIGQUIT corresponds to Ctrl+\, as is evident from your print of the nice menu type trace.
saycat at 2007-7-2 15:02:49 > top of Java-index,Java HotSpot Virtual Machine,Specifications...