-
Enhancement
-
Resolution: Fixed
-
P3
-
17, 20
-
b19
There are a log computation in AES crypto engine class load, which could be avoid by using the computation result directly. The computation takes 6.971875 milliseconds in my MacOS M1 laptop. Although it is a one-time computation, but removing the computation could speed up java/jvm loading time by 6.971875 milliseconds without extra memory cost.