src/share/vm/jfr/writers/jfrWriterHost.inline.hpp

changeset 9941
45c8de52649c
parent 9858
b985cbb00e68
child 9947
db357034b763
     1.1 --- a/src/share/vm/jfr/writers/jfrWriterHost.inline.hpp	Wed Jun 03 01:21:00 2020 +0100
     1.2 +++ b/src/share/vm/jfr/writers/jfrWriterHost.inline.hpp	Tue Jun 02 14:29:43 2020 +0800
     1.3 @@ -33,7 +33,6 @@
     1.4  #include "memory/resourceArea.hpp"
     1.5  #include "oops/oop.hpp"
     1.6  #include "oops/symbol.hpp"
     1.7 -//#include "oops/typeArrayOop.inline.hpp" - XXX
     1.8  
     1.9  inline bool compressed_integers() {
    1.10    static const bool comp_integers = JfrOptionSet::compressed_integers();
    1.11 @@ -259,12 +258,6 @@
    1.12    tag_write(this, method);
    1.13  }
    1.14  
    1.15 -// XXX
    1.16 -// template <typename BE, typename IE, typename WriterPolicyImpl>
    1.17 -// void WriterHost<BE, IE, WriterPolicyImpl>::write(const PackageEntry* package) {
    1.18 -//   tag_write(this, package);
    1.19 -// }
    1.20 -
    1.21  template <typename BE, typename IE, typename WriterPolicyImpl>
    1.22  void WriterHost<BE, IE, WriterPolicyImpl>::write(const Symbol* symbol) {
    1.23    ResourceMark rm;

mercurial