The JCK test vm.classfmt.atr.atrinc211.atrinc21101m1.atrinc21101m1 is
invalidated by the addition of the ACC_ANNOTATION bit (see 4975724). This test
loads a class with an InnerClasses attribute with all of the reserved bits set
in the inner class's access flags. The JVM specification states that these
reserved bits should be set to 0 by compilers and ignored by JVM
implementations; now that one of these bits is being used, the jcod file
must clear at least that bit.
Please see 4975724 for the definitive value of the ACC_ANNOTATION bit.