For inner classes compiled using the 'strictfp' modifier, such as:
static strictfp class StrictA extends fpl00504m4a { ... }
JavaC will set create a class file whose inner-classes attribute contains an entry for this class declaration, and whose access flag ACC_STRICT is (erroneously) set.
static strictfp class StrictA extends fpl00504m4a { ... }
JavaC will set create a class file whose inner-classes attribute contains an entry for this class declaration, and whose access flag ACC_STRICT is (erroneously) set.
- relates to
-
JDK-7166455 javac doesn't set ACC_STRICT bit on <clinit> for strictfp class
-
- Closed
-