diff --git a/src/share/vm/runtime/biasedLocking.cpp b/src/share/vm/runtime/biasedLocking.cpp index 0dbce6d15dfbe36aed109bffe0bcc3da2f0b5e82..a8c2c7ea4c1c34e7f3aee7de068b82e7e9060937 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 };