@Deprecated(since="9")
public static ClassLoader getSystemToolClassLoader ()

Deprecated: This method is subject to removal in a future version of Java SE. Use the system tool provider or service loader mechanisms to locate system tools as well as user-installed tools.

Returns a class loader that may be used to load system tools, or null if no such special loader is provided.

Returns:  a class loader, or null

@implSpec This implementation always returns null.