I just found two jck failures after fixing bug 4012001:
lang.fpl003.fpl00301m26.fpl00301m26
lang.fpl003.fpl00301m27.fpl00301m27
Both tests have method calc with modifiers 0xC01 (public, abstract,
strict). The spec requires that if a method has its ACC_ABSTRACT
flag set, it may not have ACC_STRICT flag set.
###@###.### 2003-07-15
lang.fpl003.fpl00301m26.fpl00301m26
lang.fpl003.fpl00301m27.fpl00301m27
Both tests have method calc with modifiers 0xC01 (public, abstract,
strict). The spec requires that if a method has its ACC_ABSTRACT
flag set, it may not have ACC_STRICT flag set.
###@###.### 2003-07-15