view .hgignore @ 4585:c47ca28d164a

Create exception dispatch even if catch type is not initialized yet. Previously, when there were multiple exception handlers, and an uninitialized catch type was preceding another (initialized) catch type, no exception dispatch would be created. This could lead to a deopt every time one of the later exceptions was thrown.
author Andreas Woess <andreas.woess@jku.at>
date Mon, 13 Feb 2012 23:47:06 +0100
parents 1f799a5f9343
children 72029d4b16ca
line wrap: on
line source

^mx/env
^mx/includes
^build/
^dist/
^java/
^lib/
^jdk1.7.0
^java64/
^work/
\.checkstyle$
\.checkstyle.*.timestamp
\.classpath
\.project
\.settings/
\.metadata/
~$
\.csv$
\.swp$
\.class$
\.log$
\.bak$
\.aux$
\.pdf$
\.dot$
\.pyc$
^graal/.*/build.xml
^graal/.*/nbproject/
dist
^doc/.*/dot_temp_
^doc/doxygen/.*$
\.orig$
output\.txt$
output\.cfg$
\.cfg
java\.hprof\.txt$
/nbproject/private/
^graal/hotspot/java$
^scratch/
^test-output/
scratch/
bin/
^local/
^src/share/tools/hsdis/build/
^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
^src/share/tools/IdealGraphVisualizer/build/
^src/share/tools/IdealGraphVisualizer/dist/
^visualizer/[a-zA-Z0-9]*/build/
^visualizer/build/
^visualizer/dist/
^visualizer/nbplatform/
^.hgtip
.DS_Store