Remove stray post-merge difference. epsilon-gc-branch
authorshade
Thu, 30 Nov 2017 18:43:41 +0100
branchepsilon-gc-branch
changeset 55938 d7b4990d04d6
parent 55935 f4e069848424
child 55939 c5c3e1a5c3f0
Remove stray post-merge difference.
src/hotspot/share/gc/shared/barrierSet.hpp
--- a/src/hotspot/share/gc/shared/barrierSet.hpp	Thu Nov 30 18:32:06 2017 +0100
+++ b/src/hotspot/share/gc/shared/barrierSet.hpp	Thu Nov 30 18:43:41 2017 +0100
@@ -75,7 +75,6 @@
   // lass derived from BarrierSet.
   template<BarrierSet::Name T> struct GetType;
 
-public:
   // Note: This is not presently the Name corresponding to the
   // concrete class of this object.
   BarrierSet::Name kind() const { return _fake_rtti.concrete_tag(); }