< prev index next >

src/hotspot/share/prims/jvmtiImpl.hpp

Print this page

        

*** 72,82 **** virtual GrowableElement *clone() =0; virtual void oops_do(OopClosure* f) =0; virtual void metadata_do(void f(Metadata*)) =0; }; ! class GrowableCache VALUE_OBJ_CLASS_SPEC { private: // Object pointer passed into cache & listener functions. void *_this_obj; --- 72,82 ---- virtual GrowableElement *clone() =0; virtual void oops_do(OopClosure* f) =0; virtual void metadata_do(void f(Metadata*)) =0; }; ! class GrowableCache { private: // Object pointer passed into cache & listener functions. void *_this_obj;
*** 449,459 **** * thread will pick it up and post it. * * This is currently only used for posting compiled-method-load and unload * events, which we don't want posted from the compiler thread. */ ! class JvmtiDeferredEvent VALUE_OBJ_CLASS_SPEC { friend class JvmtiDeferredEventQueue; private: typedef enum { TYPE_NONE, TYPE_COMPILED_METHOD_LOAD, --- 449,459 ---- * thread will pick it up and post it. * * This is currently only used for posting compiled-method-load and unload * events, which we don't want posted from the compiler thread. */ ! class JvmtiDeferredEvent { friend class JvmtiDeferredEventQueue; private: typedef enum { TYPE_NONE, TYPE_COMPILED_METHOD_LOAD,
< prev index next >