Skip to content

Instantly share code, notes, and snippets.

@griff
griff / RealData.java
Created June 8, 2010 13:53
A small jruby program that slams the PermGen
public class RealData
{
// Works with any interface
private Runnable errors;
public void setErrors(Runnable errors)
{
this.errors = errors;
}
}