Name: boT120536 Date: 12/04/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
In Modifier.toString(int mod) the check for STRICT comes after the check for
INTERFACE when it should come before. Otherwise you get output like:
public interface strictfp Foo
when using this method in source code generators; and this syntax is illegal.
(Review ID: 113212)
======================================================================