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

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp313 static void set_property(Handle props, const char* key, const char* value, TRAPS) { function
330 #define PUTPROP(props, name, value) set_property((props), (name), (value), CHECK_(properties));

Completed in 529 milliseconds