< prev index next >

src/hotspot/share/gc/z/zNMethod.cpp

Print this page

        

*** 256,266 **** private: bool _unloading_occurred; volatile bool _failed; void set_failed() { ! Atomic::store(true, &_failed); } void unlink(nmethod* nm) { // Unlinking of the dependencies must happen before the // handshake separating unlink and purge. --- 256,266 ---- private: bool _unloading_occurred; volatile bool _failed; void set_failed() { ! Atomic::store(&_failed, true); } void unlink(nmethod* nm) { // Unlinking of the dependencies must happen before the // handshake separating unlink and purge.
< prev index next >