Hi, Please find below a fix for:
8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow https://bugs.openjdk.java.net/browse/JDK-8173111 The fix is almost trivial: it replaces a recursion by a loop in two places. http://cr.openjdk.java.net/~dfuchs/webrev_8173111/webrev.00/ The test will fail without the fix (at least on my machine) and pass with it (on my machine and in our test system). best regards, -- daniel