Searched refs:SetSystemProperty (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1676 jvmtiError (JNICALL *SetSystemProperty) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2486 jvmtiError SetSystemProperty(const char* property, function in struct:_jvmtiEnv
2488 return functions->SetSystemProperty(this, property, value);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3440 JvmtiEnv::SetSystemProperty(const char* property, const char* value_ptr) { function in class:JvmtiEnv
3451 } /* end SetSystemProperty */

Completed in 50 milliseconds