Class BenchmarkSecurityManager

java.lang.Object
java.lang.SecurityManager
EDU.purdue.cs.bloat.benchmark.BenchmarkSecurityManager

public class BenchmarkSecurityManager extends SecurityManager
The BenchmarkSecurityManager allows us to execute a "main" method multiple times without the virtual machine exiting. If exit is not allowed, the checkExit method will throw a SecurityException that can be caught, thus allowing execution to continue.
See Also: