< prev index next >

src/share/vm/jfr/support/jfrAllocationTracer.hpp

Print this page
rev 9464 : PR for JDK8

@@ -1,7 +1,7 @@
 /*
-* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+* Copyright (c) 2018, 2021, 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
 * under the terms of the GNU General Public License version 2 only, as
 * published by the Free Software Foundation.

@@ -25,16 +25,11 @@
 #ifndef SHARE_VM_JFR_SUPPORT_JFRALLOCATIONTRACER_HPP
 #define SHARE_VM_JFR_SUPPORT_JFRALLOCATIONTRACER_HPP
 
 #include "memory/allocation.hpp"
 
-class JfrThreadLocal;
-
 class JfrAllocationTracer : public StackObj {
- private:
-  JfrThreadLocal* _tl;
  public:
   JfrAllocationTracer(HeapWord* obj, size_t alloc_size, Thread* thread);
-  ~JfrAllocationTracer();
 };
 
 #endif // SHARE_VM_JFR_SUPPORT_JFRALLOCATIONTRACER_HPP
< prev index next >