+{"files":[{"patch":"@@ -824,1 +824,1 @@\n- id = WorkerThread::id();\n+ id = WorkerThread::worker_id();\n","filename":"src\/hotspot\/share\/gc\/shared\/referenceProcessor.cpp","additions":1,"deletions":1,"binary":false,"changes":2,"status":"modified"},{"patch":"@@ -64,1 +64,1 @@\n- WorkerThread::set_id(worker_id);\n+ WorkerThread::set_worker_id(worker_id);\n@@ -150,1 +150,1 @@\n-THREAD_LOCAL uint WorkerThread::_id = UINT_MAX;\n+THREAD_LOCAL uint WorkerThread::_worker_id = UINT_MAX;\n","filename":"src\/hotspot\/share\/gc\/shared\/workerThread.cpp","additions":2,"deletions":2,"binary":false,"changes":4,"status":"modified"},{"patch":"@@ -123,1 +123,1 @@\n- static THREAD_LOCAL uint _id;\n+ static THREAD_LOCAL uint _worker_id;\n@@ -127,1 +127,1 @@\n- static void set_id(uint id) { _id = id; }\n+ static void set_worker_id(uint worker_id) { _worker_id = worker_id; }\n@@ -130,1 +130,1 @@\n- static uint id() { return _id; }\n+ static uint worker_id() { return _worker_id; }\n@@ -132,1 +132,1 @@\n- WorkerThread(const char* name_prefix, uint id, WorkerTaskDispatcher* dispatcher);\n+ WorkerThread(const char* name_prefix, uint which, WorkerTaskDispatcher* dispatcher);\n","filename":"src\/hotspot\/share\/gc\/shared\/workerThread.hpp","additions":4,"deletions":4,"binary":false,"changes":8,"status":"modified"}]}
0 commit comments