public class JMHSample_33_SecurityManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JMHSample_33_SecurityManager.SecurityManagerEmpty |
static class |
JMHSample_33_SecurityManager.SecurityManagerInstalled |
| Constructor and Description |
|---|
JMHSample_33_SecurityManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
String |
testWithoutSM(JMHSample_33_SecurityManager.SecurityManagerEmpty s) |
String |
testWithSM(JMHSample_33_SecurityManager.SecurityManagerInstalled s) |
public String testWithSM(JMHSample_33_SecurityManager.SecurityManagerInstalled s) throws InterruptedException
InterruptedExceptionpublic String testWithoutSM(JMHSample_33_SecurityManager.SecurityManagerEmpty s) throws InterruptedException
InterruptedExceptionpublic static void main(String[] args) throws RunnerException
RunnerExceptionCopyright © 2016. All rights reserved.