< prev index next >

test/javax/management/loading/ParserInfiniteLoopTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 27,37 **** * @summary Malformed MLet text file causes infinite loop in parser. * The MLetParser goes into an infinite loop when a tag is not * terminated with the corresponding '>' and an opening '<' for * the subsequent tag is encountered. * @author Luis-Miguel Alventosa ! * @modules java.management * @run clean ParserInfiniteLoopTest * @run build ParserInfiniteLoopTest * @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet1.html * @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet2.html * @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet3.html --- 27,37 ---- * @summary Malformed MLet text file causes infinite loop in parser. * The MLetParser goes into an infinite loop when a tag is not * terminated with the corresponding '>' and an opening '<' for * the subsequent tag is encountered. * @author Luis-Miguel Alventosa ! * * @run clean ParserInfiniteLoopTest * @run build ParserInfiniteLoopTest * @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet1.html * @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet2.html * @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet3.html
< prev index next >