Issue 1795: final methods on ObjectImpl (java-rtf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: The _get_delegate() and _set_delegate() methods on the Java class org.omg.CORBA.portable.ObjectImpl should be marked "final" so they can be inlined by an optimizing java compiler. Resolution: closed issue Revised Text: Actions taken: August 11, 1998: received issue June 4, 1999: closed issue Discussion: End of Annotations:===== Return-Path: Sender: "George Scott" Date: Mon, 10 Aug 1998 16:12:28 -0700 From: "George M. Scott" Organization: Inprise Corporation To: java-rtf@omg.org, issues@omg.org Subject: final methods on ObjectImpl The _get_delegate() and _set_delegate() methods on the Java class org.omg.CORBA.portable.ObjectImpl should be marked "final" so they can be inlined by an optimizing java compiler. George