This is the mail archive of the java-patches@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] | |
One problem with this is that if we have a call chain that goes from interpreted code, to compiled code, and back to interpreted, since this doesn't look at the dwarf unwind info, I think it can report an incorrect result -- namely that the exception will be caught in the interpreted frame, when in reality the compiled frame might catch it.
Do we care? I realize support for compiled code here is not really there anyway...
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |