Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk7) - Build # 9867 - Failure!

2014-04-03 Thread Chris Hostetter
: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9867/ : Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} Anybody have any idea what's going on here? possible J9 bug? 2 different (non distributed single threaded)

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk7) - Build # 9867 - Failure!

2014-04-03 Thread Robert Muir
It miscompiled readVLong recently in another test run. When this happened tens or hundreds of tests failed because it returned wrong results. On Thu, Apr 3, 2014 at 1:10 PM, Chris Hostetter hossman_luc...@fucit.org wrote: : Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9867/ :

Re: [JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk7) - Build # 9867 - Failure!

2014-04-03 Thread Chris Hostetter
: It miscompiled readVLong recently in another test run. When this : happened tens or hundreds of tests failed because it returned wrong : results. Is readVLong something we can/should add to the -Xjit:exclude param in jenkins when using J9? : On Thu, Apr 3, 2014 at 1:10 PM, Chris Hostetter :