src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.hpp
changeset 58786 7909763ad193
parent 58132 caa25ab47aca
child 58823 6a21dba79b81
child 58863 c16ac7a2eba4
--- a/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.hpp	Thu Oct 24 16:28:51 2019 +0200
+++ b/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.hpp	Thu Oct 24 16:37:22 2019 +0200
@@ -31,6 +31,7 @@
 
 class JfrTypeSet : AllStatic {
  public:
+  static void clear();
   static size_t serialize(JfrCheckpointWriter* writer, JfrCheckpointWriter* leakp_writer, bool class_unload);
 };