< prev index next >

src/hotspot/share/utilities/fakeRttiSupport.hpp

Print this page

        

*** 47,57 **** // // Note: The representation of a tag set being uintx sets an upper // bound on the size of a class hierarchy this utility can be used // with. template<typename T, typename TagType> ! class FakeRttiSupport VALUE_OBJ_CLASS_SPEC { friend class VMStructs; public: // Construct with the indicated concrete tag, and include the // concrete tag in the associated tag set. explicit FakeRttiSupport(TagType concrete_tag) : --- 47,57 ---- // // Note: The representation of a tag set being uintx sets an upper // bound on the size of a class hierarchy this utility can be used // with. template<typename T, typename TagType> ! class FakeRttiSupport { friend class VMStructs; public: // Construct with the indicated concrete tag, and include the // concrete tag in the associated tag set. explicit FakeRttiSupport(TagType concrete_tag) :
< prev index next >