File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2008, 2021 IBM Corporation and others.
2+ * Copyright (c) 2008, 2024 IBM Corporation and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
@@ -201,7 +201,7 @@ private static String dumpRunningOrWaitingJobs(List<Job> jobs) {
201201 Thread thread = job .getThread ();
202202 if (thread != null ) {
203203 ThreadInfo [] threadInfos = ManagementFactory .getThreadMXBean ()
204- .getThreadInfo (new long [] { thread .getId () }, true , true );
204+ .getThreadInfo (new long [] { thread .threadId () }, true , true );
205205 if (threadInfos [0 ] != null ) {
206206 sb .append ("\n thread info: " ).append (threadInfos [0 ]);
207207 }
You can’t perform that action at this time.
0 commit comments