< prev index next >

src/hotspot/share/code/stubs.hpp

Print this page

        

*** 55,65 **** // | data | | // |________| | // <--+ ! class Stub VALUE_OBJ_CLASS_SPEC { public: // Initialization/finalization void initialize(int size, CodeStrings& strings) { ShouldNotCallThis(); } // called to initialize/specify the stub's size void finalize() { ShouldNotCallThis(); } // called before the stub is deallocated --- 55,65 ---- // | data | | // |________| | // <--+ ! class Stub { public: // Initialization/finalization void initialize(int size, CodeStrings& strings) { ShouldNotCallThis(); } // called to initialize/specify the stub's size void finalize() { ShouldNotCallThis(); } // called before the stub is deallocated
< prev index next >