< prev index next >

src/hotspot/share/memory/metaspaceClosure.hpp

Print this page
rev 60538 : imported patch jep387-misc.patch

@@ -104,11 +104,11 @@
   //         MetaspaceObj *_obj;
   //         Array<int>* foo() { return (Array<int>*)_obj; }
   //         Symbol*     bar() { return (Symbol*)    _obj; }
   //
   // [2] All Array<T> dimensions are statically declared.
-  class Ref : public CHeapObj<mtInternal> {
+  class Ref : public CHeapObj<mtMetaspace> {
     Writability _writability;
     Ref* _next;
     NONCOPYABLE(Ref);
 
   protected:
< prev index next >