Class MethodExceedingJvmLimit


  • public class MethodExceedingJvmLimit
    extends java.lang.Object
    Example of class with method which after instrumentation is larger than JVM limit.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String init()
      Method size after instrumentation is equal to 91265.
      • Methods inherited from class java.lang.Object

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

      • MethodExceedingJvmLimit

        public MethodExceedingJvmLimit()
    • Method Detail

      • init

        public static java.lang.String init()
        Method size after instrumentation is equal to 91265.