This is the mail archive of the java@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: I can make your gcj-compiled binaries much smaller.


Andrew Haley <aph@redhat.com> writes:
>  > You don't have to.  The application developer will do this.

> I don't believe that's true, and I explained why.  When libgcj uses
> reflection as a means of resolving references _internally_,

As I said, Class.forName("foo") will not work unless "foo" is public.
If "foo" is public, then the app developer can explicitly reference it.

  - a


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