commit | eff650fc2ed9c547619a93b1dc862ba263359326 | [log] [tgz] |
---|---|---|
author | Tianmin Shi <tianshi@amazon.com> | Wed Sep 25 08:29:03 2019 -0700 |
committer | Paul Hohensee <phh@openjdk.org> | Wed Sep 25 08:29:03 2019 -0700 |
tree | 7a779df985bdb430758e4c014619601410098c73 | |
parent | 089af0ad2232ad055fa75fd558cd10266415fcf2 [diff] |
8231387: java.security.Provider.getService returns random result due to race condition with mutating methods in the same class Synchronize access to legacyMap in Provider.getService. Reviewed-by: valeriep