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'.

-------------

Commit messages:
 - Perform minor clean up ClassLoader.c

Changes: https://git.openjdk.java.net/jdk/pull/7846/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7846&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8283287
  Stats: 26 lines in 1 file changed: 7 ins; 5 del; 14 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7846.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7846/head:pull/7846

PR: https://git.openjdk.java.net/jdk/pull/7846

Reply via email to