src/share/vm/jfr/writers/jfrJavaEventWriter.hpp

changeset 9884
1258121876f8
parent 9858
b985cbb00e68
     1.1 --- a/src/share/vm/jfr/writers/jfrJavaEventWriter.hpp	Fri Sep 27 10:27:29 2019 +0800
     1.2 +++ b/src/share/vm/jfr/writers/jfrJavaEventWriter.hpp	Fri Sep 27 13:23:32 2019 +0800
     1.3 @@ -33,14 +33,15 @@
     1.4  
     1.5  class JfrJavaEventWriter : AllStatic {
     1.6    friend class JfrCheckpointThreadClosure;
     1.7 +  friend class JfrJavaEventWriterNotificationClosure;
     1.8    friend class JfrJavaEventWriterNotifyOperation;
     1.9 -  friend class JfrJavaEventWriterNotificationClosure;
    1.10 +  friend class JfrRecorder;
    1.11   private:
    1.12 +  static bool initialize();
    1.13    static void notify(JavaThread* jt);
    1.14  
    1.15   public:
    1.16    static bool has_required_classes(TRAPS);
    1.17 -  static bool initialize();
    1.18    static void notify();
    1.19    static jobject event_writer(Thread* t);
    1.20    static jobject new_event_writer(TRAPS);

mercurial