On Wed, 16 Mar 2022 21:25:37 GMT, Tyler Steele <d...@openjdk.java.net> wrote:
> As mentioned in the issue, I'd like to perform the following tidying on > ClassLoader.c > > - Alphabetize includes. > - Replace 'if (ptr == 0)' with 'if (ptr == NULL)'. > - Replace 'return 0' with 'return NULL'. This pull request has now been integrated. Changeset: 3e58a438 Author: Tyler Steele <tyler.ste...@ibm.com> Committer: Thomas Stuefe <stu...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/3e58a438e9051d4c976273eea35e36d37d5428c3 Stats: 33 lines in 1 file changed: 8 ins; 5 del; 20 mod 8283287: ClassLoader.c cleanups Reviewed-by: stuefe, alanb, rriggs ------------- PR: https://git.openjdk.java.net/jdk/pull/7846