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

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

Completed in 71 milliseconds