On Tue, 27 Sep 2022 18:19:02 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Return only if current tag is not valid in current context > > test/jdk/javax/swing/text/html/parser/ParserCrash.java line 35: > >> 33: import java.io.Reader; >> 34: >> 35: public class ParserCrash { > > It is not a **crash**, it is `StackOverflowError`, a better name would be > `ParserStackOverflow(InInvalidTagContext)`. ok ------------- PR: https://git.openjdk.org/jdk/pull/10279