Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8326012: JFR: Event for time to safepoint #17888

Closed
wants to merge 21 commits into from
4 changes: 2 additions & 2 deletions src/hotspot/share/jfr/support/jfrTimeToSafepoint.inline.hpp
Original file line number Diff line number Diff line change
@@ -24,10 +24,10 @@
#ifndef SHARE_JFR_SUPPORT_JFRTIMETOSAFEPOINT_INLINE_HPP
#define SHARE_JFR_SUPPORT_JFRTIMETOSAFEPOINT_INLINE_HPP

#include "jfr/jfrEvents.hpp"
#include "jfr/recorder/jfrEventSetting.inline.hpp"
#include "jfr/support/jfrTimeToSafepoint.hpp"

#include "jfr/jfrEvents.hpp"
#include "jfr/recorder/jfrEventSetting.inline.hpp"
#include "runtime/safepoint.hpp"
#include "runtime/vmThread.hpp"

1 change: 0 additions & 1 deletion src/hotspot/share/runtime/safepoint.cpp
Original file line number Diff line number Diff line change
@@ -70,7 +70,6 @@
#include "utilities/events.hpp"
#include "utilities/macros.hpp"
#include "utilities/systemMemoryBarrier.hpp"

#if INCLUDE_JFR
#include "jfr/support/jfrTimeToSafepoint.inline.hpp"
#endif