--- jsr166/src/test/tck/JSR166TestCase.java 2010/10/11 03:54:10 1.61 +++ jsr166/src/test/tck/JSR166TestCase.java 2010/10/11 05:40:41 1.62 @@ -96,6 +96,9 @@ public class JSR166TestCase extends Test private static final boolean useSecurityManager = Boolean.getBoolean("jsr166.useSecurityManager"); + protected static final boolean expensiveTests = + Boolean.getBoolean("jsr166.expensiveTests"); + /** * If true, report on stdout all "slow" tests, that is, ones that * take more than profileThreshold milliseconds to execute.