//maps the context id to its error handler's global object pointer
private final LongLongHashMap contextCallbackMap;
public CLImpl(CLProcAddressTable addressTable) {
super(addressTable);
this.contextCallbackMap = new LongLongHashMap();
this.contextCallbackMap.setKeyNotFoundValue(0);
}