Skip to content

Instantly share code, notes, and snippets.

final class Reprobate {
private Reprobate() {
throw new AssertionError();
}
private static final Unsafe UNSAFE = findUnsafe();
private static final MethodHandles.Lookup IMPL_LIKE = createLookup(findOverride());
private static final Object INTERNAL_UNSAFE = findInternalUnsafe();
private static final MethodHandle copyMemory0;