< prev index next >

src/hotspot/share/services/allocationSite.hpp

Print this page

        

@@ -28,11 +28,11 @@
 #include "memory/allocation.hpp"
 #include "utilities/nativeCallStack.hpp"
 
 // Allocation site represents a code path that makes a memory
 // allocation
-template <class E> class AllocationSite VALUE_OBJ_CLASS_SPEC {
+template <class E> class AllocationSite {
  private:
   NativeCallStack  _call_stack;
   E                e;
  public:
   AllocationSite(const NativeCallStack& stack) : _call_stack(stack) { }
< prev index next >