File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2024,7 +2024,7 @@ private void readAndProcessProfilingResults(EventBufferDumpedCommand cmd) {
2024
2024
// leading to issue 59660: JFluid: error writing collected data to the socket
2025
2025
// see http://www.netbeans.org/issues/show_bug.cgi?id=59660 for details
2026
2026
if (!status .remoteProfiling && !forceObtainedResultsDumpCalled ) {
2027
- // Note that the call below may block, waiting for separarateCmdExecThread to finish its current job.
2027
+ // Note that the call below may block, waiting for separateCmdExecThread to finish its current job.
2028
2028
// That means that nothing in readResultsFromBuffer() that this command eventually calls, is allowed to
2029
2029
// send a command to the server and await a response. If that happens, the communication thread will be
2030
2030
// unavailable for reading server's response (because it's waiting here), effectively causing a deadlock.
You can’t perform that action at this time.
0 commit comments