This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: valgrinding GCJ Java code


Tom Schutter writes:
 > Boehm, Hans wrote:
 > > I don't know what the specific issue is here.
 > 
 > The specific issue is that control never returns from JvCreateJavaVM()
 > or JNI_CreateJavaVM() when the app is run under valgrind.

I don't know much about Valgrind.  However, my understanding is that
Valgrind is supposed to emulate the host CPU, albeit more slowly.  So,
if the host CPU returns, so should Valgrind.  That makes your problem
a Valgrind bug, doesn't it?

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]