8211013: [TESTBUG] nsk/jdb/kill/kill002 wait for message and prompt
Reviewed-by: cjplummer, dtitov, jcbeyler
This commit is contained in:
parent
426873751c
commit
ad6611f3ce
@ -506,6 +506,7 @@ public class TTY implements EventNotifier {
|
||||
showPrompt = false;
|
||||
evaluator.commandNext();
|
||||
} else if (cmd.equals("kill")) {
|
||||
showPrompt = false; // asynchronous command
|
||||
evaluator.commandKill(t);
|
||||
} else if (cmd.equals("interrupt")) {
|
||||
evaluator.commandInterrupt(t);
|
||||
|
Loading…
x
Reference in New Issue
Block a user