Daniel Fuchs 40232913c4 8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow
This fix replaces un unwanted recursion in the XML streams event filtering support by a simple loop (in nextEvent/nextTag).

Reviewed-by: aefimov, clanger, lancea, rriggs
2017-01-24 16:34:23 +00:00
..
2016-05-30 16:28:01 +02:00

README:
  
  This file should be located at the top of the Mercurial repository.

  See http://openjdk.java.net/ for more information about the OpenJDK.

  See ../README-builds.html for complete details on build machine requirements.

Simple Build Instructions:
  This repository can be loaded as a NetBeans project, built with ant, or
  built with GNU make, e.g.
    ant
       -OR-
    cd make && gnumake
     
  The built files that will be imported into the jdk build will be in the 
  "dist" directory.
  Help information is available by running "ant -projecthelp" or "make help".