There seem to be a typo in java.lang.String in CVS.  Here is a patch
to work around the problem.

With this patch, jikes dies with out of memory error instead of syntax
error. :-)

Index: java/lang/String.java
===================================================================
RCS file: /gd/gnu/anoncvsroot/classpath/java/lang/String.java,v
retrieving revision 1.26
diff -u -r1.26 String.java
--- String.java 2000/03/16 23:31:39     1.26
+++ String.java 2000/06/19 06:48:56
@@ -83,7 +83,7 @@
   public String() {
     value = new char[0];

-    val
+    // val
   }

   /**
-- 
##>  Petter Reinholdtsen  <##  |  [EMAIL PROTECTED]

Reply via email to