|
From: <sv...@va...> - 2005-10-06 18:58:40
|
Author: njn Date: 2005-10-06 19:58:33 +0100 (Thu, 06 Oct 2005) New Revision: 4883 Log: Added an FAQ about Java. Modified: trunk/docs/xml/FAQ.xml Modified: trunk/docs/xml/FAQ.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/xml/FAQ.xml 2005-10-06 14:49:21 UTC (rev 4882) +++ trunk/docs/xml/FAQ.xml 2005-10-06 18:58:33 UTC (rev 4883) @@ -181,6 +181,24 @@ </answer> </qandaentry> =20 +<qandaentry id=3D"faq.java"> + <question> + <para>I tried running a Java program under Valgrind but Valgrind abort= ed. + Does Valgrind handle Java programs, dynamically generated code, etc? + </para> + </question> + <answer> + <para>Valgrind handles dynamically generated code without a problem. + In theory, Valgrind can run any Java program just fine, even those t= hat + use JNI and are partially implemented in other languages like C and = C++. + In practice, Java implementations tend to do nasty things that most + programs do not, and Valgrind sometimes falls over these corner + cases.</para> + <para>If your Java programs do not run under Valgrind, please file a + bug report and hopefully we'll be able to fix the problem.</para> + </answer> +</qandaentry> + </qandaset> </sect1> =20 |