< prev index next >

src/hotspot/share/prims/jvmtiImpl.hpp

Print this page

        

@@ -72,11 +72,11 @@
   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 {
+class GrowableCache {
 
 private:
   // Object pointer passed into cache & listener functions.
   void *_this_obj;
 

@@ -449,11 +449,11 @@
  * 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 {
+class JvmtiDeferredEvent {
   friend class JvmtiDeferredEventQueue;
  private:
   typedef enum {
     TYPE_NONE,
     TYPE_COMPILED_METHOD_LOAD,
< prev index next >