From: Shai <sha...@ya...> - 2011-09-22 04:02:14
|
That doesn't seem to solve the problem although it does fail in a slightly different way. It still doesn't pass via the try section. I did revert the Java side changes entirely so now my code is back to doing return directly from the switch nested in the try/catch. BTW the LLVM issue I was experiencing was due to a bug in my native code, I would recommend making LLVM the default since the compile time is a huge improvement (at least 3 times faster). Thanks. > thanks for the nice analysis! It seems that the exception context was > not properly restored when exiting a switch statement. Can you please > check if the attached patch fixes this problem? |