8227738: jvmti/DataDumpRequest/datadumpreq001 failed due to "exit code is 134"
Reviewed-by: sspitsyn, cjplummer
This commit is contained in:
parent
cb37e2f821
commit
20053ae242
@ -370,12 +370,15 @@ static void signal_thread_entry(JavaThread* thread, TRAPS) {
|
|||||||
continue;
|
continue;
|
||||||
} else if (cur_state == AL_NOT_INITIALIZED) {
|
} else if (cur_state == AL_NOT_INITIALIZED) {
|
||||||
// Start to initialize.
|
// Start to initialize.
|
||||||
if (!AttachListener::is_init_trigger()) {
|
if (AttachListener::is_init_trigger()) {
|
||||||
|
// Attach Listener has been initialized.
|
||||||
|
// Accept subsequent request.
|
||||||
|
continue;
|
||||||
|
} else {
|
||||||
// Attach Listener could not be started.
|
// Attach Listener could not be started.
|
||||||
// So we need to transit the state to AL_NOT_INITIALIZED.
|
// So we need to transit the state to AL_NOT_INITIALIZED.
|
||||||
AttachListener::set_state(AL_NOT_INITIALIZED);
|
AttachListener::set_state(AL_NOT_INITIALIZED);
|
||||||
}
|
}
|
||||||
continue;
|
|
||||||
} else if (AttachListener::check_socket_file()) {
|
} else if (AttachListener::check_socket_file()) {
|
||||||
// Attach Listener has been started, but unix domain socket file
|
// Attach Listener has been started, but unix domain socket file
|
||||||
// does not exist. So restart Attach Listener.
|
// does not exist. So restart Attach Listener.
|
||||||
|
Loading…
Reference in New Issue
Block a user