< prev index next >

src/hotspot/share/prims/jvmtiEnvThreadState.hpp

Print this page

        

*** 45,55 **** // Two problems: 1) this isn't being used as a ValueObj class, in // several places there are constructors for it. 2) It seems like // overkill as a means to get an assert and name the geater than // operator. I'm trying to to rewrite everything. ! class JvmtiFramePop VALUE_OBJ_CLASS_SPEC { private: // Frame number counting from BOTTOM (oldest) frame; // bottom frame == #0 int _frame_number; public: --- 45,55 ---- // Two problems: 1) this isn't being used as a ValueObj class, in // several places there are constructors for it. 2) It seems like // overkill as a means to get an assert and name the geater than // operator. I'm trying to to rewrite everything. ! class JvmtiFramePop { private: // Frame number counting from BOTTOM (oldest) frame; // bottom frame == #0 int _frame_number; public:
< prev index next >