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]

Re: [RFA] "Rewrite" GetFrameCount


Tom Tromey wrote:

Looks good to me, thanks.

Committed. Thanks.


I think one of Kyle's recent patches had some code to compute the
stack depth, but it did something special if the frame was not found.
I didn't look to see if this is a candidate for reuse.

I think that was GetStackTrace, which differentiates between native frames and interpreted frames. It already uses GetFrameCount. It could use _Jv_Frame::depth, too, if we so wanted to change it. I've left it as is. Something symmetrical about JVMTI code calling JVMTI code to do tasks. If you want me to change it, just say the word.


Keith


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