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]

How much time?


Mohan Embar writes:
 > 
 > I want to rewrite _Jv_select on Win32 because the current
 > implementation doesn't support interruption. How much time
 > do I have for this? Based on recent list activity, I'm
 > wondering if there's an impending code freeze for libjava....

There is.  We are now in Stage 3, which means "the only
(non-documentation) changes that may be made are changes that fix
bugs. New functionality may not be introduced during this period."

http://gcc.gnu.org/develop.html#stage3

Your rewrite might be acceptable, as it fixes a bug.  HOWEVER, please
do not do anything risky at this time.  Proceed with caution.

Andrew.


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