Skip to content

Instantly share code, notes, and snippets.

@bandrzejczak
Created February 9, 2018 22:08
Show Gist options
  • Save bandrzejczak/dcf8bf71676f181d02a0c7d49b062b31 to your computer and use it in GitHub Desktop.
Save bandrzejczak/dcf8bf71676f181d02a0c7d49b062b31 to your computer and use it in GitHub Desktop.
Field field = Unsafe.class.getDeclaredField("theUnsafe");
field.setAccessible(true);
Unsafe unsafe = (Unsafe) field.get(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment