Re: [Sablevm-developer] types of stack frames
Brought to you by:
egagnon
From: Chris P. <chr...@ma...> - 2004-04-02 03:26:26
|
sorry for all the postings -- i promise this is the last one -- count is declared in the function as a jint, but the method returns a size_t (because all stats are size_t's) -- i just wanted to point out that this doesn't affect the result. Chris Pickett wrote: > > inline static size_t > _svmf_count_java_stack_frames (_svmt_JNIEnv *env) > > { [...] > jint count = 0; [...] > return count; > } Cheers, Chris |