Class JMHSample_35_Profilers.Classy

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JMHSample_35_Profilers.Classy.XLoader
      Our own crippled classloader, that can only load a simple class over and over again.
    • Constructor Summary

      Constructors 
      Constructor Description
      Classy()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> load()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Classy

        public Classy()
    • Method Detail

      • load

        public java.lang.Class<?> load()
                                throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException