From 854475a2cc6c556d1f7aac03f96adf78dd335b82 Mon Sep 17 00:00:00 2001 From: neugens Date: Mon, 24 Feb 2020 17:43:34 +0100 Subject: [PATCH] 8239867: correct over use of INCLUDE_JFR macro Reviewed-by: andrew --- src/share/vm/runtime/biasedLocking.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/share/vm/runtime/biasedLocking.cpp b/src/share/vm/runtime/biasedLocking.cpp index 0dbce6d15..a8c2c7ea4 100644 --- a/src/share/vm/runtime/biasedLocking.cpp +++ b/src/share/vm/runtime/biasedLocking.cpp @@ -522,11 +522,9 @@ public: return _status_code; } -#if INCLUDE_JFR traceid biased_locker() const { return _biased_locker_id; } -#endif // INCLUDE_JFR }; -- GitLab