-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b49
-
generic
-
solaris_9
-
Not verified
When compiling with the jsr14 build of javac (i.e. during bootstrapping
of j2se), code that fails a test in Parser.optFinal() throws an uncaught NoSuchMethodError. This is because optFinal() calls java.lang.Long.lowestOneBit(), which is new to 1.5.
of j2se), code that fails a test in Parser.optFinal() throws an uncaught NoSuchMethodError. This is because optFinal() calls java.lang.Long.lowestOneBit(), which is new to 1.5.