Allow Quasar to read ClassLoader resources with full security privileges.
Description
Quasar needs to be able to invoke ClassLoader.getResourceAsStream() regardless of any security policy the JVM may have.
Add the necessary AccessController.doPrivileged() calls to Quasar's MethodDatabase and ExtendedStackTrace classes.