diff -r 9894c4d30168 -r 2230bb152a9f src/hotspot/share/jfr/recorder/storage/jfrBuffer.hpp --- a/src/hotspot/share/jfr/recorder/storage/jfrBuffer.hpp Fri Jun 22 11:21:34 2018 +0100 +++ b/src/hotspot/share/jfr/recorder/storage/jfrBuffer.hpp Fri Jun 22 13:20:55 2018 +0200 @@ -25,7 +25,6 @@ #ifndef SHARE_VM_JFR_RECORDER_STORAGE_JFRBUFFER_HPP #define SHARE_VM_JFR_RECORDER_STORAGE_JFRBUFFER_HPP -#include "jni.h" #include "memory/allocation.hpp" // @@ -34,7 +33,7 @@ // u1* _pos <-- next store position // u1* _top <-- next unflushed position // -// const void* _identity <<-- acquired by +// const void* _identity <-- acquired by // // Must be the owner before attempting stores. // Use acquire() and/or try_acquire() for exclusive access