Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: repo-panama
-
Fix Version/s: repo-panama
-
Component/s: tools
-
Subcomponent:
Description
Test8223105WinA and Test8223105WinB test can fail because the simultaneously access the same library `AsmSymbol`, which causes an UnsatisfiedLinkError, because the library is being attempted to be loaded by 2 different ClassLoaders.
The solution is to run these tests with `/othervm` as well
The solution is to run these tests with `/othervm` as well