Whoa... never seen this one before -- [junit4] >>> error stream from forked JVM (verbatim) ---- [junit4] OpenJDK 64-Bit Server VM warning: CodeCache is full. Compiler has been disabled. [junit4] OpenJDK 64-Bit Server VM warning: Try increasing the code cache size using -XX:ReservedCodeCacheSize= [junit4] <<< EOF ----
FYI, this doesn't get printed through regular Java's System.* streams -- it is printed from the JVM internals directly (via original, un-redirected stream descriptors). <junit4> currently considers ANYTHING that is printed to these streams as a potential JVM failure -- I wonder if I should alter this behavior. On the second thought... this does seem abnormal to me. Thoughts? Dawid On Thu, Apr 19, 2012 at 8:42 AM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-trunk/1899/ > > All tests passed > > Build Log (for compile errors): > [...truncated 26892 lines...] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
