Looks fine. Thanks Max
> On Jan 9, 2016, at 8:44 AM, Xuelei Fan <[email protected]> wrote: > > Hi, > > Please review this simple fix for JDK-8146725. > > In the SignatureAndHashAlgorithm.getSupportedAlgorithms() method, there > is a synchronization block on a static final collection, priorityMap. > The priorityMap would not get update any more after the instantiation. > The synchronization is not actually necessary. > > See the attack diff for the fix. No new regression test. > > Thanks, > Xuelei > <JDK-8146725.diff.txt>
