-
Bug
-
Resolution: Fixed
-
P3
-
OpenJDK6
-
b146
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2211076 | OpenJDK6 | Bradford Wetmore | P4 | Open | Unresolved |
The above test is removing all of the providers, and causing later tests such as java/security/SignedObject/Correctness.java to fail.
It's very likely that java/security/Security/removing/RemoveProviders and RemoveStaticProvider are also doing the same thing.
A general search for removeProvider() should be done, there may be other instances.
It's very likely that java/security/Security/removing/RemoveProviders and RemoveStaticProvider are also doing the same thing.
A general search for removeProvider() should be done, there may be other instances.
- backported by
-
JDK-2211076 java/security/Security/NotInstalledProviders.java is causing -samevm tests to fail.
- Open
- relates to
-
JDK-7052815 Change tests that remove or add providers to run in othervm mode
- Closed