Searched refs:EXCEPTION_MAP_CAPACITY (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java376 private static final int EXCEPTION_MAP_CAPACITY = 32; field in class:ForkJoinTask
1347 exceptionTable = new ExceptionNode[EXCEPTION_MAP_CAPACITY];

Completed in 50 milliseconds