Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

Testing banner

Java getKey method - number of iterations increased?

bc552e03-b46b-408e-ae79-7792d6832706Mar 14 2019 — edited Mar 14 2019

Our application uses the JRE to carry out cryptographic operations.

Starting with Java 1.8_161 the GetKey method in Java is using a lot more time to carry out the same operation, compared to previous versions of JRE. Apparently the number of iterations increased exponentially after version 161 (from ~ 20.000 in the past to ~ 200.000 now). This induces a significant performance impact in our application due to the specifics of the operations carried out using that Java method.

Was this change done on purpose? Are there any plans to reduce the number of iterations for the GetKey method?

Comments
Post Details
Added on Mar 14 2019
0 comments
77 views