[
https://issues.apache.org/jira/browse/IGNITE-7386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326278#comment-16326278
]
ASF GitHub Bot commented on IGNITE-7386:
----------------------------------------
GitHub user andrey-kuznetsov opened a pull request:
https://github.com/apache/ignite/pull/3377
IGNITE-7386: Got rid of ThreadLocalRandom8.
For test purposes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrey-kuznetsov/ignite ignite-7386
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3377.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 #3377
----
commit bfa217419c72623e3ed4a9f4c0ff2f9bcb7db962
Author: Andrey Kuznetsov <stkuzma@...>
Date: 2018-01-15T14:16:24Z
IGNITE-7386: Got rid of ThreadLocalRandom8.
----
> Get rid of LongAdder8, ConcurrentHashMap8, etc
> ----------------------------------------------
>
> Key: IGNITE-7386
> URL: https://issues.apache.org/jira/browse/IGNITE-7386
> Project: Ignite
> Issue Type: Task
> Reporter: Anton Vinogradov
> Assignee: Andrey Kuznetsov
> Priority: Major
> Fix For: 2.5
>
>
> Since we're dropping java7 support there is no need now to use
> {{LongAdder8}}, {{ConcurrentHashMap8}}, ...
> We should remove all classes from {{org.jsr166}} namespace and use
> corresponding classes from jdk8.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)