src/hotspot/share/services/allocationSite.hpp
branchepsilon-gc-branch
changeset 56348 f3b0961adb3c
parent 49364 601146c66cad
child 49621 5ef28d560b6f
--- a/src/hotspot/share/services/allocationSite.hpp	Mon Mar 12 16:53:47 2018 +0100
+++ b/src/hotspot/share/services/allocationSite.hpp	Mon Mar 26 09:56:36 2018 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -30,7 +30,7 @@
 
 // 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;