Module openj9.dtfj

Class WalkJ9HashTableCommand

java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Command
com.ibm.j9ddr.vm29.tools.ddrinteractive.commands.WalkJ9HashTableCommand
All Implemented Interfaces:
ICommand

public class WalkJ9HashTableCommand extends Command
Implementation of DDR extension !walkj9hashtable. This extension takes a J9HashTable address and an optional type argument, and prints the address of each element in the hashtable as a runnable DDR command. The type argument is used to derive the DDR command prefix to prepend to each element's address. If not provided, the default DDR command prefix is "!j9x".