Skip to content

Commit 3892c1a

Browse files
author
duke
committed
Added webrev for jdk/6747
1 parent 0998943 commit 3892c1a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jdk/6747/00-01/commits.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"Merge branch 'master' into 8278351_worker_id"},"files":[],"sha":"f669780d6a1a37f514039c8cc36199f80469ebdf"},{"commit":{"message":"Adjustments"},"files":[{"filename":"src\/hotspot\/share\/gc\/shared\/referenceProcessor.cpp"},{"filename":"src\/hotspot\/share\/gc\/shared\/workerThread.cpp"},{"filename":"src\/hotspot\/share\/gc\/shared\/workerThread.hpp"}],"sha":"bf01af09e3267069be95b88e826df0744ad7867a"},{"commit":{"message":"8278351: Make WorkerThread::id() map to worker_id"},"files":[{"filename":"src\/hotspot\/share\/gc\/shared\/referenceProcessor.cpp"},{"filename":"src\/hotspot\/share\/gc\/shared\/workerThread.cpp"},{"filename":"src\/hotspot\/share\/gc\/shared\/workerThread.hpp"}],"sha":"50d9abede47fe571c8b7258f49e9f0924f910879"}]

jdk/6747/00-01/comparison.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"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"}]}

jdk/6747/00-01/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"pliden\/jdk","html_url":"https:\/\/github.com\/pliden\/jdk"},"sha":"f669780d6a1a37f514039c8cc36199f80469ebdf"},"created_at":"2021-12-09T17:58:53.272731904Z","base":{"repo":{"full_name":"openjdk\/jdk","html_url":"https:\/\/git.openjdk.java.net\/jdk"},"sha":"8d841600532c4a463166099598ed635b28dadfac"}}

0 commit comments

Comments
 (0)