Searched refs:writeable (Results 1 - 25 of 28) sorted by relevance

12

/openjdk10/jdk/src/jdk.management/share/classes/com/sun/management/
H A DVMOption.java56 private boolean writeable; field in class:VMOption
111 * @param writeable {@code true} if a VM option can be set dynamically,
117 public VMOption(String name, String value, boolean writeable, Origin origin) { argument
120 this.writeable = writeable;
134 this.writeable = VMOptionCompositeData.isWriteable(cd);
169 * Tests if this VM option is writeable. If this VM option is writeable,
173 * @return {@code true} if this VM option is writeable; {@code false}
177 return writeable;
[all...]
/openjdk10/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DFlag.java43 private boolean writeable; field in class:Flag
46 Flag(String name, Object value, boolean writeable, argument
51 this.writeable = writeable;
60 return writeable;
68 return new VMOption(name, value.toString(), writeable, origin);
/openjdk10/hotspot/src/os/bsd/vm/
H A Dglobals_bsd.hpp40 writeable) \
/openjdk10/hotspot/src/os/solaris/vm/
H A Dglobals_solaris.hpp40 writeable) \
/openjdk10/hotspot/src/os/windows/vm/
H A Dglobals_windows.hpp40 writeable) \
/openjdk10/hotspot/src/os/aix/vm/
H A Dglobals_aix.hpp42 writeable) \
/openjdk10/hotspot/src/os/linux/vm/
H A Dglobals_linux.hpp40 writeable) \
/openjdk10/hotspot/src/share/vm/jvmci/
H A Djvmci_globals.hpp44 writeable) \
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dglobals_aarch64.hpp95 writeable) \
135 writeable) \
/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagWriteableList.cpp212 CommandLineFlagWriteable* writeable = at(i); local
213 if (strcmp(writeable->name(), name) == 0) {
214 found = writeable;
223 CommandLineFlagWriteable* writeable = at(i); local
224 writeable->mark_startup();
H A Darguments.hpp159 bool writeable() { return _writeable; } function in class:SystemProperty
174 // via an external interface if it is a writeable property.
175 // The internal, non-writeable property jdk.boot.class.path.append
181 if (writeable()) {
188 SystemProperty(const char* key, const char* value, bool writeable, bool internal = false) : PathString(value) { argument
197 _writeable = writeable;
493 static bool add_property(const char* prop, PropertyWriteable writeable=WriteableProperty,
743 static void PropertyList_add(SystemProperty** plist, const char* k, const char* v, bool writeable, bool internal);
746 PropertyAppendable append, PropertyWriteable writeable,
H A Dglobals.cpp159 CommandLineFlagWriteable* writeable = CommandLineFlagWriteableList::find(_name); local
160 if (writeable) {
161 if (writeable->is_writeable() == false) {
162 switch (writeable->type())
177 writeable->mark_once();
/openjdk10/jdk/test/java/io/File/
H A DBasic.java69 static void testFile(File f, boolean writeable, long length) argument
76 if (!Util.isPrivileged() && f.canWrite() != writeable)
77 fail(f, writeable ? "is not writeable" : "is writeable");
119 if (!thisDir.canWrite()) fail(thisDir, "is writeable");
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dglobals_zero.hpp91 writeable) \
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dglobals_arm.hpp89 writeable) \
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dglobals_s390.hpp88 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint, writeable) \
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dglobals_ppc.hpp94 writeable) \
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dglobals_sparc.hpp97 writeable) \
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dglobals_x86.hpp111 writeable) \
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_globals.hpp46 writeable) \
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1_globals.hpp46 writeable) \
/openjdk10/hotspot/src/share/vm/services/
H A Djmm.h165 unsigned int writeable : 1; /* dynamically writeable */ member in struct:__anon717
/openjdk10/jdk/src/java.management/share/native/include/
H A Djmm.h165 unsigned int writeable : 1; /* dynamically writeable */ member in struct:__anon1313
/openjdk10/jdk/src/jdk.management/share/native/libmanagement_ext/
H A DFlag.c182 valueObj, globals[i].writeable,
/openjdk10/hotspot/src/share/vm/opto/
H A Dc2_globals.hpp48 writeable) \

Completed in 135 milliseconds

12