--- old/src/java.base/share/classes/jdk/internal/loader/Loader.java 2018-04-05 09:34:38.283589740 -0700 +++ new/src/java.base/share/classes/jdk/internal/loader/Loader.java 2018-04-05 09:34:38.011589896 -0700 @@ -90,7 +90,7 @@ ClassLoader.registerAsParallelCapable(); } - // the loader pool is in a pool, can be null + // the pool this loader is a member of; can be null private final LoaderPool pool; // parent ClassLoader, can be null @@ -487,7 +487,7 @@ } /** - * Finds the class with the specified binary name in a given module. + * Finds the class with the specified binary name in the given module. * This method returns {@code null} if the class cannot be found. */ @Override