I am running performance profile for a C# application on a virtual machine. The results show huge load of "JIT Compiler". When I dig further in, it shows something called "Class Loader" as the only method getting called by JIT compiler.
What do I do to bring "JIT compiler" load down?