Package samples.largemethod
Class MethodExceedingJvmLimit
- java.lang.Object
-
- samples.largemethod.MethodExceedingJvmLimit
-
public class MethodExceedingJvmLimit extends java.lang.Object
Example of class with method which after instrumentation is larger than JVM limit.
-
-
Constructor Summary
Constructors Constructor Description MethodExceedingJvmLimit()
-
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.
-