Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Created by Guest
Created on Apr 23, 2018

Remove synchronized from java.security.SecureRandom.nextBytes(byte[] bytes) to improve performance.

java.security.SecureRandom.nextBytes(byte[] bytes) is synchronized in IBM JDK 1.8.0 version which is causing performance issue as causing other threads to wait for the lock.

Oracle and OpenJDK has removed synchronized from java.security.SecureRandom.nextBytes(byte[] bytes) implementation.

http://www.oracle.com/technetwork/java/javase/8all-relnotes-2226344.html#R180_112
https://bugs.openjdk.java.net/browse/JDK-8098581

To proof that Synchronize keyword is removed from OpenJDK implementation please see following links:
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/c4ab046992ff

Idea priority High
  • Guest
    Reply
    |
    Jun 6, 2018

    The request to remove the synchronization from SecureRandom is a valid future request but one that we cannot commit to doing at this time.

    The removal of synchronization would require an update to the java.security.SecureRandom framework and therefore a concurrent update to all of the cryptographic provider implementations on all supported Java levels simultaneously (IBMJCE, IBMJCEFIPS and IBMJCEPlus).

    Any update of the IBMJCEFIPS cryptographic provider would require a new FIPS 140-2 certification which is a long and expensive process both in external dollars for the Certification lab and in developer expense. At this time we have no plans to do another FIPS 140-2 certification of IBMJCEFIPS and are moving to a FIPS 140-2 certified version of IBMJCEPlus (using the GSKit FIPDS 140-2 certification underneath) Therefore any plans to implement the changes suggested would have to include plans to change and recertify the JCE FIPS 140-2 providers on all JVM levels and is not in our current plans. This requirement will remain open and may be implemented at a future time.