forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only use manual safepoint polling in PlatformDependent0.copyMemory(..…
….) when using java <= 8 (netty#8124) Motivation: Java9 and later does the safepoint polling by itself so there is not need for us to do it. Modifications: Check for java version before doing manual safepoint polling. Result: Less custom code and less overhead when using java9 and later. Fixes netty#8122.
- Loading branch information
1 parent
7854737
commit 182ffda
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters