Top Fields Constructors Methods
sun.jvm.hotspot.oops

public Class MetadataField

extends Field
Class Inheritance
Known Direct Subclasses
sun.jvm.hotspot.oops.NarrowKlassField
Imports
sun.jvm.hotspot.runtime.VMObject, sun.jvm.hotspot.debugger.*

Field Summary

Inherited from sun.jvm.hotspot.oops.Field:
values

Constructor Summary

AccessConstructor and Description
public
MetadataField(AddressField vmField, long startOffset)

Method Summary

Modifier and TypeMethod and Description
public Metadata
public Metadata
public Metadata
public void
setValue(Oop obj, long value)

Inherited from sun.jvm.hotspot.oops.Field:
equalsgetAccessFlagsgetAccessFlagsObjgetFieldHoldergetFieldIndexgetFieldsgetFieldTypegetGenericSignaturegetGenericSignatureIndexgetIDgetInitialValueIndexgetNamegetNameIndexgetOffsetgetSignaturegetSignatureIndexhashCodehasInitialValueisContendedisEnumConstantisFinalisGenericisInitializedisInjectedisNamedFieldisPackagePrivateisPrivateisProtectedisPublicisStableisStaticisSyntheticisTransientisVMFieldisVolatileprintOnreadFieldInfoValues

Constructor Detail

MetadataFieldback to summary
public MetadataField(AddressField vmField, long startOffset)

Method Detail

getValueback to summary
public Metadata getValue(Oop obj)
getValueback to summary
public Metadata getValue(VMObject obj)
getValueback to summary
public Metadata getValue(Address addr)
setValueback to summary
public void setValue(Oop obj, long value) throws MutationException