mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8220051: Remove global safepoint code
Reviewed-by: mdoerr, dcubed, eosterlund, bulasevich, coleenp
This commit is contained in:
parent
8d84cf5a3b
commit
bf41f548e1
86 changed files with 263 additions and 927 deletions
|
@ -1700,9 +1700,7 @@ void JavaThread::initialize() {
|
|||
_popframe_preserved_args_size = 0;
|
||||
_frames_to_pop_failed_realloc = 0;
|
||||
|
||||
if (SafepointMechanism::uses_thread_local_poll()) {
|
||||
SafepointMechanism::initialize_header(this);
|
||||
}
|
||||
SafepointMechanism::initialize_header(this);
|
||||
|
||||
_class_to_be_initialized = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue