Currently, there is no resolution.
Workaround:
To work around this issue, downgrade the JDK. However, most customers consider that not only an inconvenience but also a security issue.
To work around this issue for vSphere Management API (not vSphere Automation), use of the --basic-connection option to disable SSO.
For example: run.bat com.vmware.general.SimpleClient --url https://vCenterIP/sdk --username user --password pass --ignorecert --basic-connection
This workaround uses username/password authentication instead of SSO.
Note: The issue is fixed in the following versions of JDK:
8u192
8u191
8u181
8u172
8u171
8u162
8u152
emb-8u181
emb-8u171
For more information, see
https://bugs.openjdk.java.net/browse/JDK-8186441.