< prev index next >

test/testlibrary/ctw/src/sun/hotspot/tools/ctw/PathHandler.java

Print this page

        

*** 37,47 **** /** * Abstract handler for path. * Concrete subclasses should implement method {@link #process()}. */ public abstract class PathHandler { ! private static final Unsafe UNSAFE = jdk.test.lib.unsafe.UnsafeHelper.getUnsafe(); private static final AtomicLong CLASS_COUNT = new AtomicLong(0L); private static volatile boolean CLASSES_LIMIT_REACHED = false; private static final Pattern JAR_IN_DIR_PATTERN = Pattern.compile("^(.*[/\\\\])?\\*$"); protected final Path root; --- 37,47 ---- /** * Abstract handler for path. * Concrete subclasses should implement method {@link #process()}. */ public abstract class PathHandler { ! private static final Unsafe UNSAFE = Unsafe.getUnsafe(); private static final AtomicLong CLASS_COUNT = new AtomicLong(0L); private static volatile boolean CLASSES_LIMIT_REACHED = false; private static final Pattern JAR_IN_DIR_PATTERN = Pattern.compile("^(.*[/\\\\])?\\*$"); protected final Path root;
< prev index next >