8254824: SignalHandlerMark have no purpose

Reviewed-by: stuefe, shade, dholmes, coleenp
This commit is contained in:
Robbin Ehn 2020-10-19 06:28:47 +00:00
parent 736e077335
commit 011dd0d8fa
11 changed files with 15 additions and 49 deletions

View file

@ -260,7 +260,6 @@ Thread::Thread() {
_current_pending_monitor_is_from_java = true;
_current_waiting_monitor = NULL;
_current_pending_raw_monitor = NULL;
_num_nested_signal = 0;
om_free_list = NULL;
om_free_count = 0;
om_free_provision = 32;