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: RFC: Handling special cases during VM startup


Tom Tromey wrote:
> >>>>> "Gary" == Gary Benson <gbenson@redhat.com> writes:
> 
> Gary> Note that as it stands _Jv_RegisterClassHookDefault works
> Gary> correctly before _Jv_CreateJavaVM is called, and it works
> Gary> correctly after _Jv_CreateJavaVM is called, but it does not
> Gary> work correctly during _Jv_CreateJavaVM, at least, not for
> Gary> the first bit.  My patch fixes that as a side-effect :)
> 
> Awesome, thanks.  And thanks for digging up the message and whatnot.
> Please check this in.

Committed.

Cheers,
Gary


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