--- old/src/share/vm/jfr/support/jfrAllocationTracer.hpp 2021-07-05 14:06:00.565160481 +0000 +++ new/src/share/vm/jfr/support/jfrAllocationTracer.hpp 2021-07-05 14:06:00.505159589 +0000 @@ -1,5 +1,5 @@ /* -* 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 @@ -27,14 +27,9 @@ #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