异常表 meaning in Chinese
exception list
Examples
- The entry point of a filter , as shown in the method s exception table , must be the first instruction in the filter s code block . the
筛选器的入口点(如该方法的异常表中所示)必须在筛选器的代码块中是第一个指令。 - This exception table is extremely efficient and there is no performance penalty in processor time or in memory use when an exception does not occur
此异常表非常有效,在没有发生异常时,在处理器时间或内存使用上没有性能损失。 - It also consists of the bytecode for the program instructions the jvm interprets at runtime , jit code code that s already been compiled for the target processor , any native code , and some metadata that the jvm uses exception tables , line number tables and so on
它还包括程序的字节码( jvm在运行时解释执行的指令) 、 jit代码(已经为目标处理器编译过的代码) 、任何本机代码和jvm使用的一些元数据(异常表、行号表等等) 。