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: Patch for review: java.lang.Class - signers issue


>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:

Andrew> Tom wanted to call the field hack_signers.  I don't know why.  I would
Andrew> have thought _Jv_signers a better choice.  However, this should be
Andrew> good enough for 3.4.

Usually we use the _Jv_ convention for functions, exported types, and
the like.  We haven't used it for a field before, so it just didn't
occur to me.

"hack_signers" was just a random suggestion, based on the theory that
this is a hack that should go away eventually.  (There's another PR
out there from the kaffe folks -- gcj can't build kaffe due to other
Class or Object conflicts.)

I don't care what the field is called, really.

Tom


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