*
* @param context ServletContext for web application
*/
public JspRuntimeContext(ServletContext context, Options options) {
System.setErr(new SystemLogHandler(System.err));
this.context = context;
this.options = options;
int hashSize = options.getInitialCapacity();