open (original) (raw)
Code Review for open
Prepared by: | rehn on Tue Apr 10 16🔞17 CEST 2018 |
---|---|
Workspace: | /home/rehn/source/jdk/hashit/open |
Compare against: | ssh://hg.openjdk.java.net/jdk/hs |
Compare against version: | 49647 |
Summary of changes: | 495 lines changed: 494 ins; 0 del; 1 mod; 7229 unchg |
Changeset: | <open.changeset> |
Bug id: | JDK-8195099 : Concurrent safe-memory-reclamation mechanism |
Legend: | Modified file Deleted file New file |
[Cdiffs](src/hotspot/share/runtime/thread.cpp.cdiff.html) [Udiffs](src/hotspot/share/runtime/thread.cpp.udiff.html) [Sdiffs](src/hotspot/share/runtime/thread.cpp.sdiff.html) [Frames](src/hotspot/share/runtime/thread.cpp.frames.html) [Old](src/hotspot/share/runtime/thread.cpp-.html) [New](src/hotspot/share/runtime/thread.cpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/runtime/thread.cpp)
src/hotspot/share/runtime/thread.cpp
rev 49648 : 8195099: Concurrent safe-memory-reclamation mechanism Summary: This implement a globalcounter with RCU semantics. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett
1 line changed: 1 ins; 0 del; 0 mod; 5001 unchg
[Cdiffs](src/hotspot/share/runtime/thread.hpp.cdiff.html) [Udiffs](src/hotspot/share/runtime/thread.hpp.udiff.html) [Sdiffs](src/hotspot/share/runtime/thread.hpp.sdiff.html) [Frames](src/hotspot/share/runtime/thread.hpp.frames.html) [Old](src/hotspot/share/runtime/thread.hpp-.html) [New](src/hotspot/share/runtime/thread.hpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/runtime/thread.hpp)
src/hotspot/share/runtime/thread.hpp
rev 49648 : 8195099: Concurrent safe-memory-reclamation mechanism Summary: This implement a globalcounter with RCU semantics. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett
9 lines changed: 8 ins; 0 del; 1 mod; 2228 unchg
------ ------ ------ ------ ---[New](src/hotspot/share/utilities/globalCounter.cpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/utilities/globalCounter.cpp)
src/hotspot/share/utilities/globalCounter.cpp
rev 49648 : 8195099: Concurrent safe-memory-reclamation mechanism Summary: This implement a globalcounter with RCU semantics. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett
63 lines changed: 63 ins; 0 del; 0 mod; 0 unchg
------ ------ ------ ------ ---[New](src/hotspot/share/utilities/globalCounter.hpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/utilities/globalCounter.hpp)
src/hotspot/share/utilities/globalCounter.hpp
rev 49648 : 8195099: Concurrent safe-memory-reclamation mechanism Summary: This implement a globalcounter with RCU semantics. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett rev 49649 : [mq]: 8195099-v2
91 lines changed: 91 ins; 0 del; 0 mod; 0 unchg
------ ------ ------ ------ ---[New](src/hotspot/share/utilities/globalCounter.inline.hpp.html) -----[Raw](raw%5Ffiles/new/src/hotspot/share/utilities/globalCounter.inline.hpp)
src/hotspot/share/utilities/globalCounter.inline.hpp
rev 49648 : 8195099: Concurrent safe-memory-reclamation mechanism Summary: This implement a globalcounter with RCU semantics. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett rev 49649 : [mq]: 8195099-v2
56 lines changed: 56 ins; 0 del; 0 mod; 0 unchg
------ ------ ------ ------ ---[New](test/hotspot/gtest/utilities/test%5FglobalCounter.cpp.html) -----[Raw](raw%5Ffiles/new/test/hotspot/gtest/utilities/test%5FglobalCounter.cpp)
test/hotspot/gtest/utilities/test_globalCounter.cpp
rev 49648 : 8195099: Concurrent safe-memory-reclamation mechanism Summary: This implement a globalcounter with RCU semantics. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett
120 lines changed: 120 ins; 0 del; 0 mod; 0 unchg
------ ------ ------ ------ ---[New](test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp.html) -----[Raw](raw%5Ffiles/new/test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp)
test/hotspot/gtest/utilities/utilitiesHelper.inline.hpp
rev 49648 : 8195099: Concurrent safe-memory-reclamation mechanism Summary: This implement a globalcounter with RCU semantics. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett
155 lines changed: 155 ins; 0 del; 0 mod; 0 unchg
This code review page was prepared using /home/rehn/source/webrev/webrev.ksh(vers 25.16-hg+openjdk.java.net).