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
InterruptedException
public String testWithoutSM(JMHSample_33_SecurityManager.SecurityManagerEmpty s) throws InterruptedException
InterruptedException
public static void main(String[] args) throws RunnerException
RunnerException
Copyright © 2020. All rights reserved.