GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/1567
ARTEMIS-1397 Removing Netty Copied classes
instead of duplicating a buffer from Netty, this will use an existing
Wrapped Unpooled Buffer
Which will in turn use Unsafe Properly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis ARTEMIS-1397
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1567.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1567
----
commit 67a0e5d8bf72403ed570608483558d9765606f4d
Author: Clebert Suconic <[email protected]>
Date: 2017-10-02T19:40:11Z
ARTEMIS-1397 Removing Netty Copied classes
instead of duplicating a buffer from Netty, this will use an existing
Wrapped Unpooled Buffer
Which will in turn use Unsafe Properly.
----
---