Fred Gray <[EMAIL PROTECTED]> writes: > On Mon, Nov 05, 2001 at 12:05:39PM +1300, Bryce McKinlay wrote: > > Thanks for the explanation. I agree that relying on ResourceBundle being > > initialized before a Security Manager is installed would be flakey, so I > > installed a patch similar to what you suggested. > > Hi, > > After this change, Classpath fails to compile with Jikes 1.14 (as patched for > Debian unstable), which says: > > Found 1 semantic error compiling "../java/util/ResourceBundle.java": > > 118. return new Security(); > <-> > *** Error: An instance of "java/util/ResourceBundle.this" is not accessible > here because it would have to cross a static region in the intervening type > "java/util/ResourceBundle$1". > > This can be fixed by tagging "class Security" as static as well:
Thanks, I checked this in. Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

