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]

Patch: PR 8415


Tom Tromey writes:
 > This patch fixes PR 8415.
 > 
 > Generating different `throws' data in the compiler seemed like the
 > best option.  The interpreter already has data available in this
 > format, so changing to this approach means less runtime allocation
 > than the alternatives.  Also this approach saves some tiny amount of
 > space in the output (2 bytes per `throws').
 > 
 > I have a test case which I'll check in.
 > 
 > Ok to commit?
 > 
 > Tom
 > 
 > Index: gcc/java/ChangeLog
 > from  Tom Tromey  <tromey@redhat.com>
 > 
 > 	* class.c (make_method_value): Put class name, not signature, into
 > 	`throws' field.  For PR java/8415.

OK.

Andrew.


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