Skip to content

Instantly share code, notes, and snippets.

View DQinYuan's full-sized avatar

DQYuan DQinYuan

  • China
View GitHub Profile
import sun.misc.Unsafe;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
public class Foo {
private boolean flag = true;
public boolean getFlag() {