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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2854 char *sig_buf = NULL; local
2864 sig_buf = (char *) jvmtiMalloc(strlen(utf8_signature)+1);
2865 strcpy(sig_buf, utf8_signature);
2879 jvmti_table[i].signature = sig_buf;

Completed in 38 milliseconds