This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] java stacktrace fix


Alan Modra wrote:
This would all have been found much quicker if JvAssert actually did
something on my default builds..

	* stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add
	interpreted classes.

Bootstrapped and regression tested powerpc64-linux. OK mainline?

We can drop the #ifdef INTERPRETER here as _Jv_IsInterpretedClass() is now always defined. Otherwise, OK.


Thanks!

Bryce


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