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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java54 static final String functionPrefix = "JvmtiEnv::"; field in class:SourceFile
75 if (!trimmed.startsWith(functionPrefix)) {
76 error("expected '" + functionPrefix + "'");
78 int index = trimmed.indexOf('(', functionPrefix.length());
82 name = trimmed.substring(functionPrefix.length(), index);
152 out.print(functionPrefix);

Completed in 57 milliseconds