< prev index next >

src/hotspot/share/jfr/recorder/jfrRecorder.cpp

Print this page

*** 42,52 **** #include "jfr/writers/jfrJavaEventWriter.hpp" #include "logging/log.hpp" #include "logging/logStream.hpp" #include "memory/resourceArea.inline.hpp" #include "runtime/handles.inline.hpp" ! #include "runtime/globals_extension.hpp" #include "utilities/growableArray.hpp" #ifdef ASSERT #include "prims/jvmtiEnvBase.hpp" #endif --- 42,52 ---- #include "jfr/writers/jfrJavaEventWriter.hpp" #include "logging/log.hpp" #include "logging/logStream.hpp" #include "memory/resourceArea.inline.hpp" #include "runtime/handles.inline.hpp" ! #include "runtime/globals.hpp" #include "utilities/growableArray.hpp" #ifdef ASSERT #include "prims/jvmtiEnvBase.hpp" #endif
< prev index next >