Serialized Form


Package gnu.classpath

Class gnu.classpath.NotImplementedException extends RuntimeException implements Serializable

serialVersionUID: 5112972057211125814L


Package gnu.java.lang

Class gnu.java.lang.CPStringBuilder extends Object implements Serializable

Serialized Fields

count

int count

value

char[] value

Package org.jikesrvm

Class org.jikesrvm.UnimplementedError extends VirtualMachineError implements Serializable

serialVersionUID: 1L


Package org.jikesrvm.classloader

Class org.jikesrvm.classloader.BootImageMemberLookupError extends Error implements Serializable

Serialized Fields

o

Object o

rvmMember

RVMMember rvmMember

jdkMember

Member jdkMember

Package org.jikesrvm.compilers.opt

Class org.jikesrvm.compilers.opt.MagicNotImplementedException extends OperationNotImplementedException implements Serializable

serialVersionUID: -5731701797088209175L

Serialized Fields

isExpected

boolean isExpected
A very few magics, we have no intention of ever implementing in the opt compiler. Suppress warning messages for them to avoid confusing users with "expected" error messages

Class org.jikesrvm.compilers.opt.OperationNotImplementedException extends OptimizingCompilerException implements Serializable

serialVersionUID: -7215437494493545076L

Class org.jikesrvm.compilers.opt.OptimizingCompilerException extends RuntimeException implements Serializable

serialVersionUID: -868535710873341956L

Serialized Fields

isFatal

boolean isFatal
When running in the RVM, typically optimizing compiler exceptions are caught, optionally a message is printed, and we fallback to using the baseline compiler. However, this may not be desirable when running regression testing because an optimizing compiler exception may be a symptom of a serious failure. Thus, the code throwing the exception can use an optional boolean value to indicate if the exception is "normal" or if it should be treated as a fatal failure for the purpose of regression testing.

Class org.jikesrvm.compilers.opt.OptimizingCompilerException.IllegalUpcast extends RuntimeException implements Serializable

serialVersionUID: -847866659938089530L


Package org.jikesrvm.compilers.opt.dfsolver

Class org.jikesrvm.compilers.opt.dfsolver.DF_Solution extends HashMap<Object,DF_LatticeCell> implements Serializable

serialVersionUID: -335649266901802532L


Package org.jikesrvm.runtime

Class org.jikesrvm.runtime.TimeoutException extends Exception implements Serializable

serialVersionUID: 1L


Package org.jikesrvm.util

Class org.jikesrvm.util.BitVector extends Object implements Serializable

serialVersionUID: 6961578653974090041L

Serialized Fields

bits

int[] bits

nbits

int nbits