----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


Quoting Andy Schneider ([EMAIL PROTECTED]):

> AFAIK this is pretty much it. Once the bytecode is compiled down to
> machine code you've last the mapping back to Java, particularly since
> the code will have probably been re-ordered as well as just compiled.

Is this true of all JITs? I know it's true of all the ones I've looked
at. It's always bugged me, since there's obviously no good theoretical
reason for it. You can get decent stack traces out of compiled C code, 
I don't see why it can't be done for compiled bytecode. No doubt 
there's a reason.

Justin



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to