# $Id: //bas2/vmc/722_REL/cvm/src/share/javavm/runtime/jit/jit_exclude.txt#1 $ # Copyright (c) 2004 SAP AG # # This is a default exclude file for the SAPVMC JIT compiler. Its # purpose is to avoid compilation of methods that are known to lead to # compiler problems. # # If this file is located in the same directory as the Java virtual # machine's shared library and if the `-Xjit:excludeFile=...' option # is not given, then this file will be used as an exclude file. # # This file may linewise contain Java methodnames preceded by `+' or # `-'. `-' means, the method may not be compiled. `+' means, the # method may be compiled and all methods not explicitly listed with # `+' may not be compiled. If a method appears with `-' and also with # `+', `-' wins. # # Note that the very presence of this file already changes the # behavior of the JIT compiler. At startup of the Java virtual # machine, compilation of any Java method is prevented until this file # has been processed completely. This can lead to an increase of # startup time. # # If you edit this file please be aware that updates provided by SAP # will overwrite any changes.