src/share/vm/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp

changeset 9941
45c8de52649c
parent 9858
b985cbb00e68
     1.1 --- a/src/share/vm/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp	Wed Jun 03 01:21:00 2020 +0100
     1.2 +++ b/src/share/vm/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp	Tue Jun 02 14:29:43 2020 +0800
     1.3 @@ -32,7 +32,6 @@
     1.4  class ClassLoaderData;
     1.5  class Klass;
     1.6  class Method;
     1.7 -// XXX class PackageEntry;
     1.8  class Thread;
     1.9  
    1.10  /*
    1.11 @@ -54,7 +53,6 @@
    1.12   *
    1.13   *   Klass (includes Method)
    1.14   *   ClassLoaderData
    1.15 - *   XXX PackageEntry
    1.16   *
    1.17   * These classes have been extended to include a _traceid field (64-bits).
    1.18   *
    1.19 @@ -78,7 +76,6 @@
    1.20  class JfrTraceId : public AllStatic {
    1.21   public:
    1.22    static void assign(const Klass* klass);
    1.23 -  // XXX static void assign(const PackageEntry* package);
    1.24    static void assign(const ClassLoaderData* cld);
    1.25    static traceid assign_thread_id();
    1.26  
    1.27 @@ -90,7 +87,6 @@
    1.28    static traceid use(const Klass* klass, bool leakp = false);
    1.29    static traceid use(jclass jc, bool leakp = false);
    1.30    static traceid use(const Method* method, bool leakp = false);
    1.31 -  // XXX static traceid use(const PackageEntry* package, bool leakp = false);
    1.32    static traceid use(const ClassLoaderData* cld, bool leakp = false);
    1.33  
    1.34    static void remove(const Klass* klass);

mercurial