-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excessive memory use & GC caused by use of exception for control flow #5
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented ======================================
/** Package-level access |
@glassfishrobot Commented |
|
Construction or initialization of a JspWriterImpl results in an attempt to set the buffer size the result of which may be an IllegalStateException.
This can be reduced by simply checking to see if the response is committed instead, and avoid the exception as control flow.
Environment
any
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: