Re: Math.log(17197) produces inconsistent results between javac, jit, Math and StrictMath on various architectures.

2010-05-25 Thread Andrew Haley
On 05/25/2010 09:37 AM, Xerxes Rånby wrote: > On 2010-05-24 20:12, Tom Rodriguez wrote: >> On May 24, 2010, at 5:55 AM, Xerxes Rånby wrote: >> >> >>> When running this testcase using various jvms / architectures i get varying >>> results of the calculated log_result2 and log_result which >>> >

hg: jdk7/tl/jdk: 6948287: KDC test strange knvo

2010-05-25 Thread weijun . wang
Changeset: 2306564dea3a Author:weijun Date: 2010-05-25 18:20 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2306564dea3a 6948287: KDC test strange knvo Reviewed-by: xuelei ! test/sun/security/krb5/auto/KDC.java

Math.log(17197) produces inconsistent results between javac, jit, Math and StrictMath on various architectures.

2010-05-25 Thread Xerxes Rånby
Hi Im hoping to find someone who can enlighten me how to resolve a bug where some hotspot JITs fails the hotspot/test/compiler/6539464 jtreg regression test. The testcase looks like: public class Test { static double log_value = 17197; static double log_result = Math.log(log_value);

hg: jdk7/tl: 8 new changesets

2010-05-25 Thread lana . steuck
Changeset: b7b4797303cb Author:mikejwre Date: 2010-05-06 18:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/rev/b7b4797303cb Added tag jdk7-b92 for changeset 5f5c33d417f3 ! .hgtags Changeset: aa4f995fb65e Author:prr Date: 2010-05-11 14:31 -0700 URL: http://hg.openj

hg: jdk7/tl/corba: 7 new changesets

2010-05-25 Thread lana . steuck
Changeset: ae18df0d4767 Author:mikejwre Date: 2010-05-06 18:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/ae18df0d4767 Added tag jdk7-b92 for changeset 930582f667a1 ! .hgtags Changeset: ee2d8f1bef5b Author:prr Date: 2010-05-11 14:35 -0700 URL: http://hg

Re: Math.log(17197) produces inconsistent results between javac, jit, Math and StrictMath on various architectures.

2010-05-25 Thread Tom Rodriguez
On May 24, 2010, at 5:55 AM, Xerxes Rånby wrote: > > When running this testcase using various jvms / architectures i get varying > results of the calculated log_result2 and log_result which > > ARCH+JVM combination log_result (javac) > log_result2 (

hg: jdk7/tl/jaxws: 3 new changesets

2010-05-25 Thread lana . steuck
Changeset: 797bef191975 Author:mikejwre Date: 2010-05-06 18:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/797bef191975 Added tag jdk7-b92 for changeset df7c033f6a11 ! .hgtags Changeset: 8515e093efd1 Author:mikejwre Date: 2010-05-13 13:22 -0700 URL: http

Re: Math.log(17197) produces inconsistent results between javac, jit, Math and StrictMath on various architectures.

2010-05-25 Thread Xerxes Rånby
On 2010-05-24 20:12, Tom Rodriguez wrote: > On May 24, 2010, at 5:55 AM, Xerxes Rånby wrote: > > >> When running this testcase using various jvms / architectures i get varying >> results of the calculated log_result2 and log_result which >> >> ARCH+JVM combination

hg: jdk7/tl/jdk: 25 new changesets

2010-05-25 Thread lana . steuck
Changeset: fa09af0e5b7c Author:mikejwre Date: 2010-05-06 18:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fa09af0e5b7c Added tag jdk7-b92 for changeset f2dce7210cc0 ! .hgtags Changeset: 7bbb5f3b6eed Author:prr Date: 2010-05-11 14:36 -0700 URL: http://hg.o

hg: jdk7/tl/langtools: 6 new changesets

2010-05-25 Thread lana . steuck
Changeset: 683cd1f6bc4b Author:mikejwre Date: 2010-05-06 18:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/683cd1f6bc4b Added tag jdk7-b92 for changeset 98cba5876cb5 ! .hgtags Changeset: e224d437e84a Author:mikejwre Date: 2010-05-13 13:22 -0700 URL:

hg: jdk7/tl/jaxp: 3 new changesets

2010-05-25 Thread lana . steuck
Changeset: c725ca829c5a Author:mikejwre Date: 2010-05-06 18:26 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/c725ca829c5a Added tag jdk7-b92 for changeset e6a40e4bb104 ! .hgtags Changeset: 2de307cd3b4e Author:mikejwre Date: 2010-05-13 13:22 -0700 URL: http:

hg: jdk7/tl/hotspot: 74 new changesets

2010-05-25 Thread lana . steuck
Changeset: ef74d6d1ac1e Author:never Date: 2010-04-14 15:30 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/ef74d6d1ac1e 6938026: C2 compiler fails in Node::rematerialize()const Reviewed-by: twisti ! src/share/vm/opto/parse1.cpp Changeset: 9f5b60a14736 Author:never D

Re: Math.log(17197) produces inconsistent results between javac, jit, Math and StrictMath on various architectures.

2010-05-25 Thread Xerxes Rånby
On 2010-05-24 15:44, Andrew John Hughes wrote: > On 24 May 2010 13:55, Xerxes Rånby wrote: > >> Hi >> >> Im hoping to find someone who can enlighten me how to resolve a bug >> where some hotspot JITs >> fails the hotspot/test/compiler/6539464 jtreg regression test. >> >> The testcase looks like

Re: Math.log(17197) produces inconsistent results between javac, jit, Math and StrictMath on various architectures.

2010-05-25 Thread Christos Zoulas
On May 24, 4:55pm, xer...@zafena.se (=?UTF-8?B?WGVyeGVzIFLDpW5ieQ==?=) wrote: -- Subject: Re: Math.log(17197) produces inconsistent results between javac, | Im only able to test x86: | | But no javac still produces different ressult when compiling | | static double log_result = Math.log(log_va

hg: jdk7/tl/jdk: 6934615: Relative classpaths in jarfile manifests are handled inefficiently by rmic

2010-05-25 Thread jonathan . gibbons
Changeset: dfa98add4ad0 Author:jjg Date: 2010-05-25 15:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dfa98add4ad0 6934615: Relative classpaths in jarfile manifests are handled inefficiently by rmic Reviewed-by: darcy ! src/share/classes/sun/rmi/rmic/BatchEnvironment.jav