Top Description Fields Constructors Methods
sun.jvm.hotspot.c1

public Class Runtime1

extends Object
Class Inheritance
Imports
java.util.*, sun.jvm.hotspot.code.*, sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.runtime.*, sun.jvm.hotspot.types.*, sun.jvm.hotspot.utilities.Observable, .Observer

Currently a minimal port to get C1 frame traversal working

Field Summary

Modifier and TypeField and Description
private static Field

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public CodeBlob
blobFor(int id)

FIXME: consider making argument "type-safe" in Java port

public Address
entryFor(int id)

FIXME: consider making argument "type-safe" in Java port

private static synchronized void
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

blobsFieldback to summary
private static Field blobsField

Constructor Detail

Runtime1back to summary
public Runtime1()

Method Detail

blobForback to summary
public CodeBlob blobFor(int id)

FIXME: consider making argument "type-safe" in Java port

entryForback to summary
public Address entryFor(int id)

FIXME: consider making argument "type-safe" in Java port

initializeback to summary
private static synchronized void initialize(TypeDataBase db)