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: -shared option


>>>>> "Andrew" == Andrew Haley <aph at redhat dot com> writes:

Andrew> I don't see why we need to do anything that does not
Andrew> correspond to Java semantics.  In other words, symbols
Andrew> described as public should be exported, and
Andrew> private/protected/package private ones should not.

I think protected symbols would have to be exported, wouldn't they?
One DLL might have a class whose superclass is in a different DLL.
Package private ones are debatable.

Tom


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