mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8254824: SignalHandlerMark have no purpose
Reviewed-by: stuefe, shade, dholmes, coleenp
This commit is contained in:
parent
736e077335
commit
011dd0d8fa
11 changed files with 15 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue