-
Bug
-
Resolution: Fixed
-
P4
-
None
-
8
This is to address the larger issue in JDK-8027526. We have not seen other tests failing, but this is a potential problem with hard to discover impacts on stability.
JTREG currently do not store/restore Security Providers when running in agentvm. There are about 80 such tests at the moment.
The other options available are:
1. Update each test that does a Security.addProvider/insertProviderAt/removeProvider to run in -othervm.
2. Update each test to use this library to restore.
java/security/testlibrary/ProvidersSnapshot.java
JTREG currently do not store/restore Security Providers when running in agentvm. There are about 80 such tests at the moment.
The other options available are:
1. Update each test that does a Security.addProvider/insertProviderAt/removeProvider to run in -othervm.
2. Update each test to use this library to restore.
java/security/testlibrary/ProvidersSnapshot.java
- is blocked by
-
CODETOOLS-7900248 Enhance JTREG to copy/restore the Security Providers when running in agentvm or samevm mode.
- Resolved
- relates to
-
CODETOOLS-7900248 Enhance JTREG to copy/restore the Security Providers when running in agentvm or samevm mode.
- Resolved
-
JDK-8027526 CheckTipsAndVersions.java failing occasionally
- Closed