src/hotspot/share/gc/z/zValue.hpp
changeset 51818 75e4ce0fa1ba
parent 50525 767cdb97f103
child 57875 427b38332f20
--- a/src/hotspot/share/gc/z/zValue.hpp	Thu Sep 20 14:04:43 2018 +0200
+++ b/src/hotspot/share/gc/z/zValue.hpp	Thu Sep 20 14:04:44 2018 +0200
@@ -131,7 +131,7 @@
 class ZValueIterator;
 
 template <typename S, typename T>
-class ZValue {
+class ZValue : public CHeapObj<mtGC> {
 private:
   const uintptr_t _addr;