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

2010-05-24 Thread Andrew John Hughes
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: > > public class Test { >    static double log_value = 1719

jar -i

2010-05-24 Thread Xueming Shen
Martin, Another cleanup. The jar manual [1] clearly indicates the options "cuxti" are exclusive with each other. The check code was missed when the "i" was added in. http://cr.openjdk.java.net/~sherman/4690407/webrev Please help review. #Issue of "-i0" mentioned in the description (tracked i

Re: jar -i

2010-05-24 Thread Martin Buchholz
Approved! Does this mean that the jar index feature may get some much needed love in the future? Martin On Mon, May 24, 2010 at 11:38, Xueming Shen wrote: > Martin, > > Another cleanup. The jar manual [1] clearly indicates the options "cuxti" > are exclusive with each > other. The check code wa

hg: jdk7/tl/jdk: 2 new changesets

2010-05-24 Thread xueming . shen
Changeset: 6df25b528926 Author:sherman Date: 2010-05-24 15:20 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6df25b528926 4690407: JAR tool: option -i can't be combined with other options Summary: -i can't combined with cxut, do sanity check on options Reviewed-by: martin !