blob: 2a483c63d6fafab55ab62dfc329d91a2585e745e [file] [log] [blame]
package j3;
public interface J3Mgr
{
// THE FOLLOWING METHODS ARE DEBUGGING HELPERS
// THEY SHOULD BE REMOVED IN PRODUCTION
public void dumpClassLoaderBundles() throws Throwable;
public void dumpTierStats(String delayedSec) throws Throwable;
}