--- java/org/apache/coyote/http11/InternalOutputBuffer.java (revision 1476923) +++ java/org/apache/coyote/http11/InternalOutputBuffer.java (working copy) @@ -79,6 +79,9 @@ committed = false; finished = false; + // Cause loading of Constants + int foo = Constants.HTTP_11_BYTES[0]; + }