- java.lang.Object
- 
- com.ibm.j9ddr.corereaders.memory.SearchableMemory
- 
- com.ibm.j9ddr.corereaders.memory.AbstractMemory
- 
- com.ibm.j9ddr.corereaders.memory.ProcessAddressSpace
- 
- com.ibm.j9ddr.corereaders.minidump.WindowsProcessAddressSpace
 
 
 
 
- 
- All Implemented Interfaces:
- IAddressSpace,- IMemory,- IProcess
 
 public class WindowsProcessAddressSpace extends ProcessAddressSpace 
- 
- 
Field Summary- 
Fields declared in class com.ibm.j9ddr.corereaders.memory.AbstractMemorydecoratorMappingTable, memorySources
 - 
Fields declared in class com.ibm.j9ddr.corereaders.memory.SearchableMemoryrangeTable
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetEnvironmentVariables()This method tries to get environment variables by iterating through modules.- 
Methods declared in class com.ibm.j9ddr.corereaders.memory.AbstractMemoryaddMemorySource, addMemorySources, removeMemorySource
 - 
Methods declared in class com.ibm.j9ddr.corereaders.memory.SearchableMemorybuildRangeTable, mergeRangeTable
 - 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface com.ibm.j9ddr.corereaders.memory.IAddressSpacegetAddressSpaceId, getCore, getProcesses
 - 
Methods declared in interface com.ibm.j9ddr.corereaders.memory.IMemoryfindPattern, getByteAt, getByteOrder, getBytesAt, getBytesAt, getIntAt, getLongAt, getMemoryRanges, getPlatform, getProperties, getShortAt, isExecutable, isReadOnly, isShared
 - 
Methods declared in interface com.ibm.j9ddr.corereaders.memory.IProcessbytesPerPointer, getAddressSpace, getCommandLine, getExecutable, getModules, getPointerAt, getProcedureNameForAddress, getProcedureNameForAddress, getProcessId, getSignalNumber, getThreads, isFailingProcess
 
- 
 
- 
- 
- 
Method Detail- 
getEnvironmentVariablespublic Properties getEnvironmentVariables() throws DataUnavailableException, CorruptDataException This method tries to get environment variables by iterating through modules. It returns the one with environment variable "OPENJ9_JAVA_COMMAND_LINE" or "IBM_JAVA_COMMAND_LINE". If no module has either, then it returns the last one.- Returns:
- Properties instance of environment variables
- Throws:
- DataUnavailableException
- CorruptDataException
 
 
- 
 
-