netty5/handler/src
Norman Maurer 69575cf5a6 Remove usage of AtomicIntegerFieldUpdater in ReferenceCountedOpenSslE… (#9653)
Motivation:

There is not need to use a CAS as everything is synchronized anyway. We can simplify the code a bit by not using it.

Modifications:

- Just remove the CAS operation
- Change from int to boolean

Result:

Code cleanup
2019-10-13 11:03:08 +02:00
..
main Remove usage of AtomicIntegerFieldUpdater in ReferenceCountedOpenSslE… (#9653) 2019-10-13 11:03:08 +02:00
test Fix SSL tests that use SslProvider.OPENSSL_REFCNT (#9649) 2019-10-10 08:59:33 +02:00