8145038: Simplify mut_process_buffer worker id management

Remove some wasted code

Reviewed-by: kbarrett, tschatzl
This commit is contained in:
Alexander Harlap 2016-01-11 14:26:00 -05:00
parent 5299fb76e1
commit 75c1b86859
3 changed files with 8 additions and 47 deletions

View file

@ -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();