I am running a java process where we are passing JVM parameter as -Djava.security.egd=file:///dev/urandom
But when i used Java flight recorder, i can see its still using file /dev/random
Can someone please advise if something is wrong with the setup.
Edit:
Checked further, this issue started occuring after adding a call to SecureRandom.getInstanceStrong().nextBytes(bytes);