-
Task
-
Resolution: Done
-
Optional
-
None
-
None
Recent runs of SpecJ (both EAP 7 and 8) has pointed to some costy buffer/array bound checks due to ServletPrintWriter::write ASCII fast path.
It's both possible to improve it by making the fast-path loop more JIT friendly and using write combining while writing on NIO buffers.
- is incorporated by
-
UNDERTOW-2507 Get 2.0.41.SP branch in good shape
- Pull Request Sent