Library:Jikes RVM
Version:2.93.SVN
Compatibility:JDK 1.5
Exceptions in library Jikes RVM.
NamePackageDescription
AnnotatedLSTNode.NonRegularLoopExceptionorg.jikesrvm.compilers.opt.controlflowException thrown when a non-regular loop is encountered
MagicNotImplementedExceptionorg.jikesrvm.compilers.optUse this exception when the opt compiler attempts to compile an unsupported magic.
OperationNotImplementedExceptionorg.jikesrvm.compilers.optUse this exception when the opt compiler attempts to compile/optimize a method containing a currently unsupported (but expected) operation.
OptimizingCompilerExceptionorg.jikesrvm.compilers.optUse this exception if we encounter a runtime error in the dynamic optimizing compiler.
OptimizingCompilerException.IllegalUpcastorg.jikesrvm.compilers.optCapture illegal upcasts from magic types to java.lang.Object
TimeoutExceptionorg.jikesrvm.runtimeException to indicate that a blocking call has timed out.
Search