---------- Forwarded Message ----------
Subject: [javax_compiler] javac reentrant in 1.4.1 Date: Wed, 13 Feb 2002 22:25:38 -0000 From: "neal_gafter" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] The javac compiler in J2SE 1.4.1 will be reentrant. That was a prerequisite to implementing an API. Earlier versions of the compiler were "synchronized" to prevent concurrent use. Now the compiler has no static data except constants. The feature set for J2SE 1.5 is being defined right now. If an API for javac makes the cut I will be starting a JSR for its definition. ------------------------ Yahoo! Groups Sponsor ---------------------~--> Sponsored by VeriSign - The Value of Trust When building an e-commerce site, you want to start with a secure foundation. Learn how with VeriSign's FREE Guide. http://us.click.yahoo.com/oCuuSA/XdiDAA/yigFAA/5cFolB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ ------------------------------------------------------- -- Cheers, Pete -------------------------------------------------- "An intellectual is someone who has been educated beyond their intelligence." -------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
