OpenJDK 1.23
jdk.hotspot.agent
sun.jvm.hotspot.debugger
PageFetcher
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 Type
Method and Description
public
Page
fetchPage
(
long pageBaseAddress,
long numBytes
)
Method Detail
fetchPage
back to summary
public
Page
fetchPage
(
long pageBaseAddress,
long numBytes
)