RFR: 8333560: -Xlint:restricted does not work with --release [v2]

Jorn Vernee jvernee at openjdk.org
Wed Jun 5 18:15:59 UTC 2024


On Wed, 5 Jun 2024 18:11:18 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> > I'm taking a look at the failed test. Will re-run tier 1-3 as well.
> 
> what test failed? just curious

`tools/javac/processing/model/TestSymtabItems.java` failed. We need to use `enterSyntheticAnnotation` in `Symtab` instead of `enterClass` I think.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19548#issuecomment-2150668440


More information about the compiler-dev mailing list