Module openj9.dtfj

Class BuildFlagsCommand

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

public class BuildFlagsCommand extends Command
Runs DDR extension !buildflags command. The build flags command will print all of the build flags used to compile the jvm. Optionally it will print all buildflags which match a pattern.
  • Constructor Details

    • BuildFlagsCommand

      public BuildFlagsCommand()
      Create a new instance of the BuildFlagsCommand
  • Method Details