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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBranchHandle.java82 private static BranchHandle bh_list = null; // List of reusable handles field in class:BranchHandle
85 if(bh_list == null)
88 BranchHandle bh = bh_list;
89 bh_list = (BranchHandle)bh.next;
100 next = bh_list;
101 bh_list = this;

Completed in 401 milliseconds