Skip to content

Instantly share code, notes, and snippets.

View DarrenForsythe's full-sized avatar

Darren Forsythe DarrenForsythe

View GitHub Profile
@DarrenForsythe
DarrenForsythe / ClassLoaderLeakExample.java
Created September 27, 2017 19:02 — forked from dpryden/ClassLoaderLeakExample.java
Example of a ClassLoader leak in Java
import java.io.IOException;
import java.net.URLClassLoader;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.Path;
/**
* Example demonstrating a ClassLoader leak.
*
* <p>To see it in action, copy this file to a temp directory somewhere,
@DarrenForsythe
DarrenForsythe / ClassLoaderLeakExample.java
Created September 27, 2017 19:02 — forked from dpryden/ClassLoaderLeakExample.java
Example of a ClassLoader leak in Java
import java.io.IOException;
import java.net.URLClassLoader;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.Path;
/**
* Example demonstrating a ClassLoader leak.
*
* <p>To see it in action, copy this file to a temp directory somewhere,