Searched defs:CommandLineFlagWriteable (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagWriteableList.hpp31 class CommandLineFlagWriteable : public CHeapObj<mtArguments> { class in inherits:CHeapObj
48 CommandLineFlagWriteable(const char* name, WriteableType type) { _name=name; _type=type; _writeable=true; _startup_done=false; } function in class:CommandLineFlagWriteable

Completed in 82 milliseconds