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.

StrictFpCErr1.java 166B

1234
  1. strictfp interface StrictInterfaceBadFunction {
  2. // Has to be error, may not generate strictfp, but has to set strictfp in bytecode
  3. strictfp float test1();
  4. };