Package org.openjdk.jcstress.samples
Class APISample_03_Termination_jcstress
- java.lang.Object
-
- org.openjdk.jcstress.infra.runners.Runner<APISample_03_Termination_jcstress.Outcome>
-
- org.openjdk.jcstress.samples.APISample_03_Termination_jcstress
-
public class APISample_03_Termination_jcstress extends org.openjdk.jcstress.infra.runners.Runner<APISample_03_Termination_jcstress.Outcome>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPISample_03_Termination_jcstress.Outcome
-
Constructor Summary
Constructors Constructor Description APISample_03_Termination_jcstress(org.openjdk.jcstress.infra.runners.TestConfig config, org.openjdk.jcstress.infra.collectors.TestResultCollector collector, ExecutorService pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openjdk.jcstress.util.Counter<APISample_03_Termination_jcstress.Outcome>internalRun()voidrun()org.openjdk.jcstress.util.Counter<APISample_03_Termination_jcstress.Outcome>sanityCheck()
-
-
-
Constructor Detail
-
APISample_03_Termination_jcstress
public APISample_03_Termination_jcstress(org.openjdk.jcstress.infra.runners.TestConfig config, org.openjdk.jcstress.infra.collectors.TestResultCollector collector, ExecutorService pool)
-
-
Method Detail
-
run
public void run()
- Overrides:
runin classorg.openjdk.jcstress.infra.runners.Runner<APISample_03_Termination_jcstress.Outcome>
-
sanityCheck
public org.openjdk.jcstress.util.Counter<APISample_03_Termination_jcstress.Outcome> sanityCheck() throws Throwable
- Specified by:
sanityCheckin classorg.openjdk.jcstress.infra.runners.Runner<APISample_03_Termination_jcstress.Outcome>- Throws:
Throwable
-
internalRun
public org.openjdk.jcstress.util.Counter<APISample_03_Termination_jcstress.Outcome> internalRun()
- Specified by:
internalRunin classorg.openjdk.jcstress.infra.runners.Runner<APISample_03_Termination_jcstress.Outcome>
-
-