mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8145038: Simplify mut_process_buffer worker id management
Remove some wasted code Reviewed-by: kbarrett, tschatzl
This commit is contained in:
parent
5299fb76e1
commit
75c1b86859
3 changed files with 8 additions and 47 deletions
|
@ -1419,9 +1419,6 @@ void JavaThread::collect_counters(typeArrayOop array) {
|
|||
void JavaThread::initialize() {
|
||||
// Initialize fields
|
||||
|
||||
// Set the claimed par_id to UINT_MAX (ie not claiming any par_ids)
|
||||
set_claimed_par_id(UINT_MAX);
|
||||
|
||||
set_saved_exception_pc(NULL);
|
||||
set_threadObj(NULL);
|
||||
_anchor.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue