You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

StrictFpCErr3.java 181B

12345
  1. strictfp abstract class StrictClassBadConstructor {
  2. // Has to be error, may not generate strictfp, but has to set strictfp in bytecode
  3. strictfp StrictClassBadConstructor() {}
  4. };