langtools/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
changeset 939 38e24969c7e9
parent 815 bcb5c0d7c1ab
child 1260 a772ba9ba43d
equal deleted inserted replaced
938:13aae74ca013 939:38e24969c7e9
  1329                                 name);
  1329                                 name);
  1330                 } else {
  1330                 } else {
  1331                     log.warning("annotation.method.not.found.reason",
  1331                     log.warning("annotation.method.not.found.reason",
  1332                                 container,
  1332                                 container,
  1333                                 name,
  1333                                 name,
  1334                                 failure.getMessage());
  1334                                 failure.getDetailValue());//diagnostic, if present
  1335                 }
  1335                 }
  1336             } finally {
  1336             } finally {
  1337                 log.useSource(prevSource);
  1337                 log.useSource(prevSource);
  1338             }
  1338             }
  1339             // Construct a new method type and symbol.  Use bottom
  1339             // Construct a new method type and symbol.  Use bottom