src/hotspot/share/libadt/vectset.hpp
changeset 53468 d927fc999582
parent 53244 9807daeb47c4
child 53546 63eb7e38ce84
--- a/src/hotspot/share/libadt/vectset.hpp	Thu Jan 24 12:32:42 2019 +0000
+++ b/src/hotspot/share/libadt/vectset.hpp	Thu Jan 24 14:43:56 2019 +0100
@@ -110,7 +110,6 @@
 
   // Expose internals for speed-critical fast iterators
   uint word_size() const { return size; }
-  uint32_t* EXPOSE() const { return data; }
 
   // Fast inlined "test and set".  Replaces the idiom:
   //     if( visited[idx] ) return;