Top Description Methods
sun.jvm.hotspot.debugger

public Interface PageFetcher

Known Direct Implementers
sun.jvm.hotspot.debugger.DebuggerBase.Fetcher

This interface specifies how a page is fetched by the PageCache.

Method Summary

Modifier and TypeMethod and Description
public Page
fetchPage(long pageBaseAddress, long numBytes)

Method Detail

fetchPageback to summary
public Page fetchPage(long pageBaseAddress, long numBytes)