mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 22:20:47 +00:00
This fix replaces manual processing of files under META-INF/services in JAXP factories by calls to java.util.ServiceLoader. Reviewed-by: alanb, joehw, mchung