Internal Error (os_windows_x86.cpp:114)

David Holmes David.Holmes at oracle.com
Sat Jun 12 23:46:13 PDT 2010


cowwoc said the following on 06/13/10 16:39:
> Mystery solved. This had nothing to do with bytecode generation.
> 
> It seems that any time a native method throws a std::exception (as opposed
> to using JNIEnv->Throw()) it causes the JVM to crash 

You can't expect the VM to deal with your C++ exceptions - which have 
nothing to do with java exceptions, as indicated by JNIEnv->throw().

David


with the aforementioned
> cryptic error message. I've filed a bug report. Hopefully this will reach
> the right person.
> 
> Thanks for your help,
> Gili


More information about the hotspot-dev mailing list