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: Updated throwable and stacktrace printing patch


I'm somewhat concerned about doing lots of object allocation
and method calls in an exception situation.  What happens if
we've run out memory or stackspace?  Perhaps stackspace isn't
a problem, because by the time we print out the exception
we've already cut back the stack (to an exception handler).
But what if we're out of heap space?
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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