This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH for a RegisterClass hook
- To: Per Bothner <per at bothner dot com>
- Subject: Re: PATCH for a RegisterClass hook
- From: Tom Tromey <tromey at redhat dot com>
- Date: 31 Aug 2001 13:48:08 -0600
- Cc: java-patches at gcc dot gnu dot org
- References: <m2sne9uoap.fsf@eureka.bothner.com>
- Reply-To: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> Any reason not to check this in?
I don't have a problem with it.
Per> * gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration.
Per> (_Jv_RegisterClassHookDefault): Likewise.
Per> * java/lang/Class.h (_Jv_RegisterClassHookDefault): Declare as friend.
Per> * java/lang/natClassLoader.java
Tom