Package org.openjdk.jmh.samples
Class JMHSample_33_SecurityManager
java.lang.Object
org.openjdk.jmh.samples.JMHSample_33_SecurityManager
- Direct Known Subclasses:
JMHSample_33_SecurityManager_jmhType_B1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
-
Constructor Details
-
JMHSample_33_SecurityManager
public JMHSample_33_SecurityManager()
-
-
Method Details
-
testWithSM
public String testWithSM(JMHSample_33_SecurityManager.SecurityManagerInstalled s) throws InterruptedException - Throws:
InterruptedException
-
testWithoutSM
public String testWithoutSM(JMHSample_33_SecurityManager.SecurityManagerEmpty s) throws InterruptedException - Throws:
InterruptedException
-
main
- Throws:
RunnerException
-