This PR removes the obsolete caller class field from the FXMLLoader as it is requested by the ticket and comment in the class. The caller class loader in the ControllerAccessor is therefore obsolete and has been removed as well.
Edit: I've found another caller parameter in getDefaultClassLoader(), which was always null. Also removed :) ------------- Commit messages: - 8344109: Remove caller class references Changes: https://git.openjdk.org/jfx/pull/2099/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2099&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8344109 Stats: 69 lines in 1 file changed: 3 ins; 41 del; 25 mod Patch: https://git.openjdk.org/jfx/pull/2099.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2099/head:pull/2099 PR: https://git.openjdk.org/jfx/pull/2099
