mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-21 10:57:56 +00:00
Improving error recovery in JavacParser by avoiding artificial nextToken in JavacParser.reportSyntaxError. Co-authored-by: Dusan Balek <dusan.balek@oracle.com> Reviewed-by: jjg, jfranck