|
From: Philippe W. <phi...@sk...> - 2013-09-04 14:59:56
|
On Wed, 2013-09-04 at 07:33 -0500, Maynard Johnson wrote: > > I checked in a fix for that. Try again. > Works fine now. Thanks! :-) Nice work, effectively. (from a previous mail:) > maynard@oc3431575272 myJavaStuff]$ valgrind --tool=none java ThreadLoop 1 Note that on Intel, valgrind-ing JIT code (such as Java JVM, or firefox executing Java scripts, or ...), you must pass --smc-check=all-non-file (or --smc-check=all) (this option is not needed on systems such as ppc64, MIPS, ...). Probably lucky this time and/or ThreadLoop is small :). Philippe |