[
https://issues.apache.org/jira/browse/KARAF-6235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816993#comment-16816993
]
ASF subversion and git services commented on KARAF-6235:
--------------------------------------------------------
Commit a06bec11f0417118f2c8c72eedb86d2453a8039e in karaf's branch
refs/heads/karaf-4.2.x from bd2019us
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a06bec1 ]
[KARAF-6235] Use System.currentTimeMillis()
> Date.getTime() can be changed to System.currentTimeMillis()
> -----------------------------------------------------------
>
> Key: KARAF-6235
> URL: https://issues.apache.org/jira/browse/KARAF-6235
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Reporter: bd2019us
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.3.0, 4.2.5
>
> Attachments: 1.patch
>
>
> Hello,
> I found that System.currentTimeMillis() can be used instead of new
> Date.getTime().
> Since new Date() is a thin wrapper of light method
> System.currentTimeMillis(). The performance will be greatly damaged if it is
> invoked too much times.
> According to my local testing at the same environment,
> System.currentTimeMillis() can achieve a speedup to 5 times (435 ms vs 2073
> ms), when these two methods are invoked 5,000,000 times.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)