hotspot/src/share/vm/opto/type.hpp
changeset 40047 124ad42f6e96
parent 38030 93f24e7b3c43
child 40871 82848b0654f8
equal deleted inserted replaced
40046:01e973266ee4 40047:124ad42f6e96
   934   virtual void dump2( Dict &d, uint depth, outputStream *st  ) const;
   934   virtual void dump2( Dict &d, uint depth, outputStream *st  ) const;
   935 #endif
   935 #endif
   936 };
   936 };
   937 
   937 
   938 //------------------------------TypeOopPtr-------------------------------------
   938 //------------------------------TypeOopPtr-------------------------------------
   939 // Some kind of oop (Java pointer), either klass or instance or array.
   939 // Some kind of oop (Java pointer), either instance or array.
   940 class TypeOopPtr : public TypePtr {
   940 class TypeOopPtr : public TypePtr {
   941 protected:
   941 protected:
   942   TypeOopPtr(TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id,
   942   TypeOopPtr(TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id,
   943              const TypePtr* speculative, int inline_depth);
   943              const TypePtr* speculative, int inline_depth);
   944 public:
   944 public: