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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DSACoreAttachingConnector.java60 "Pathname of a corefile from a Java Process", //getString("sa.CoreFile.description"),
72 private void checkCoreAttach(String corefile) { argument
79 sm.checkRead(corefile);
81 throw new SecurityException("permission denied to attach to " + corefile);
87 String javaExec, String corefile)
100 corefile,
112 String corefile = argument(ARG_COREFILE, arguments).value();
113 if (corefile == null || corefile.equals("")) {
114 throw new IllegalConnectorArgumentsException("corefile shoul
86 createVirtualMachine(Class vmImplClass, String javaExec, String corefile) argument
[all...]
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp878 (JNIEnv *env, jobject this_obj, jstring executable, jstring corefile) {
880 attach_internal(env, this_obj, corefile, JNI_FALSE);
877 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv *env, jobject this_obj, jstring executable, jstring corefile) argument

Completed in 39 milliseconds