src/hotspot/share/jfr/metadata/GenerateJfrFiles.java
changeset 50124 781f36c0831e
parent 50113 caf115bb98ad
equal deleted inserted replaced
50123:f222eba39694 50124:781f36c0831e
   448     private static void printJfrEventClassesHpp(Metadata metadata, File outputDirectory) throws Exception {
   448     private static void printJfrEventClassesHpp(Metadata metadata, File outputDirectory) throws Exception {
   449         try (Printer out = new Printer(outputDirectory, "jfrEventClasses.hpp")) {
   449         try (Printer out = new Printer(outputDirectory, "jfrEventClasses.hpp")) {
   450             out.write("#ifndef JFRFILES_JFREVENTCLASSES_HPP");
   450             out.write("#ifndef JFRFILES_JFREVENTCLASSES_HPP");
   451             out.write("#define JFRFILES_JFREVENTCLASSES_HPP");
   451             out.write("#define JFRFILES_JFREVENTCLASSES_HPP");
   452             out.write("");
   452             out.write("");
       
   453             out.write("#include \"oops/klass.hpp\"");
   453             out.write("#include \"jfrfiles/jfrTypes.hpp\"");
   454             out.write("#include \"jfrfiles/jfrTypes.hpp\"");
   454             out.write("#include \"jfr/utilities/jfrTypes.hpp\"");
   455             out.write("#include \"jfr/utilities/jfrTypes.hpp\"");
   455             out.write("#include \"utilities/macros.hpp\"");
   456             out.write("#include \"utilities/macros.hpp\"");
   456             out.write("#include \"utilities/ticks.hpp\"");
   457             out.write("#include \"utilities/ticks.hpp\"");
   457             out.write("#if INCLUDE_JFR");
   458             out.write("#if INCLUDE_JFR");