Home
last modified time | relevance | path

Searched refs:cmdLine_cstr (Results 1 – 7 of 7) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp691 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); in attach_internal() local
695 if (cmdLine_cstr == NULL) { in attach_internal()
703 strtol(cmdLine_cstr, NULL, 10); in attach_internal()
707 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) { in attach_internal()
713 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
723 …ps_prochandle_t* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_F… in attach_internal()
725 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp691 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); in attach_internal() local
695 if (cmdLine_cstr == NULL) { in attach_internal()
703 strtol(cmdLine_cstr, NULL, 10); in attach_internal()
707 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) { in attach_internal()
713 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
723 …ps_prochandle_t* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_F… in attach_internal()
725 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp691 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); in attach_internal() local
695 if (cmdLine_cstr == NULL) { in attach_internal()
703 strtol(cmdLine_cstr, NULL, 10); in attach_internal()
707 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) { in attach_internal()
713 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
723 …ps_prochandle_t* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_F… in attach_internal()
725 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp711 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); in attach_internal() local
715 if (cmdLine_cstr == NULL) { in attach_internal()
723 strtol(cmdLine_cstr, NULL, 10); in attach_internal()
727 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) { in attach_internal()
733 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
743 …ps_prochandle_t* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_F… in attach_internal()
745 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp691 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); in attach_internal() local
699 atoi(cmdLine_cstr); in attach_internal()
703 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) { in attach_internal()
718 …ps_prochandle_t* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_F… in attach_internal()
720 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp733 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); in attach_internal() local
739 atoi(cmdLine_cstr); in attach_internal()
743 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) { in attach_internal()
758 …ps_prochandle_t* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_F… in attach_internal()
760 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp733 const char* cmdLine_cstr = env->GetStringUTFChars(cmdLine, &isCopy); in attach_internal() local
739 atoi(cmdLine_cstr); in attach_internal()
743 if ((core_fd = open64(cmdLine_cstr, O_RDONLY)) >= 0) { in attach_internal()
758 …ps_prochandle_t* ph = proc_arg_grab(cmdLine_cstr, (isProcess? PR_ARG_PIDS : PR_ARG_CORES), PGRAB_F… in attach_internal()
760 env->ReleaseStringUTFChars(cmdLine, cmdLine_cstr); in attach_internal()