.hgignore

Tue, 26 Oct 2010 14:08:49 -0400

author
kamg
date
Tue, 26 Oct 2010 14:08:49 -0400
changeset 2236
6412b3805cd6
parent 1490
e703499b4b51
child 2796
4ca65400aa33
permissions
-rw-r--r--

6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
Summary: Class file parser needs to look for and disallow '[' in names.
Reviewed-by: coleenp, never

     1 ^build/
     2 ^dist/
     3 /nbproject/private/
     4 ^src/share/tools/hsdis/build/
     5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
     6 ^src/share/tools/IdealGraphVisualizer/build/
     7 ^src/share/tools/IdealGraphVisualizer/dist/

mercurial