org.jikesrvm.ia32
Interface TrapConstants

All Known Subinterfaces:
ArchConstants, ArchitectureSpecific.ArchConstants, ArchitectureSpecific.BaselineConstants, ArchitectureSpecific.TrapConstants, BaselineConstants
All Known Implementing Classes:
ArchitectureSpecific.BaselineCompilerImpl, ArchitectureSpecific.BaselineExceptionDeliverer, ArchitectureSpecific.BaselineGCMapIterator, ArchitectureSpecific.JNICompiler, ArchitectureSpecific.JNIGCMapIterator, ArchitectureSpecific.LazyCompilationTrampoline, ArchitectureSpecific.OutOfLineMachineCode, ArchitectureSpecificOpt.BaselineExecutionStateExtractor, ArchitectureSpecificOpt.CodeInstaller, ArchitectureSpecificOpt.ConvertALUOperators, ArchitectureSpecificOpt.OptExceptionDeliverer, ArchitectureSpecificOpt.OptExecutionStateExtractor, ArchitectureSpecificOpt.PostThreadSwitch, Barriers, BaselineCompiledMethod, BaselineCompilerImpl, BaselineExceptionDeliverer, BaselineExecutionStateExtractor, BaselineGCMapIterator, CodeInstaller, ConvertALUOperators, JNICompiler, JNIGCMapIterator, JSRInfo, LazyCompilationTrampoline, MachineSpecificIA, MachineSpecificIA.EM64T, MachineSpecificIA.IA32, OptExceptionDeliverer, OptExecutionStateExtractor, OutOfLineMachineCode, PostThreadSwitch, ReferenceMaps, TempRegisters, TraceInterface

public interface TrapConstants

Trap constants for IA32 platform.


Field Summary
static byte RVM_TRAP_BASE
          This base is added to the numeric trap codes in RuntimeEntrypoints.java to yield the intel trap number that is given to INT instructions
 

Field Detail

RVM_TRAP_BASE

static final byte RVM_TRAP_BASE
This base is added to the numeric trap codes in RuntimeEntrypoints.java to yield the intel trap number that is given to INT instructions

See Also:
Constant Field Values