On Wed, 10 Jan 2024 20:14:31 GMT, Matthew Donovan <mdono...@openjdk.org> wrote:
> I was unable to recreate the error but it looks like the problem could happen > if two instances of the test are run on the same machine. Also, if the > deleteEntry() calls in the finally block throw an exception, they can hide > any exceptions thrown earlier in the test. > > I updated the test to use randomly generated alias names. I also updated the > finally block so exceptions thrown by deleteEntry() are logged but not thrown. This pull request has now been integrated. Changeset: b6233c3d Author: Matthew Donovan <mdono...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b6233c3de773fb57b23704f1fec05d8b2d9c11c0 Stats: 23 lines in 1 file changed: 13 ins; 0 del; 10 mod 8321925: sun/security/mscapi/KeytoolChangeAlias.java fails with "Alias <246810> does not exist" Reviewed-by: rhalade ------------- PR: https://git.openjdk.org/jdk/pull/17352