Skip to content

Instantly share code, notes, and snippets.

import java.io.Serializable;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
public class PermGenTest {
public static void main(String[] args) {
//noinspection InfiniteLoopStatement
for (; ; ) {