Package samples.largemethod
Class MethodExceedingJvmLimit
- java.lang.Object
-
- samples.largemethod.MethodExceedingJvmLimit
-
public class MethodExceedingJvmLimit extends 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 String
init()
Method size after instrumentation is equal to 91265.
-
-
-
Method Detail
-
init
public static String init()
Method size after instrumentation is equal to 91265.
-
-