Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public ThreadsList(Address addr) {
}

public class Threads {
private static JavaThreadFactory threadFactory;
private static AddressField threadListField;
private static VirtualConstructor virtualConstructor;
private static JavaThreadPDAccess access;
Expand All @@ -90,7 +89,6 @@ private static synchronized void initialize(TypeDataBase db) {
Type type = db.lookupType("ThreadsSMRSupport");
threadListField = type.getAddressField("_java_thread_list");

// Instantiate appropriate platform-specific JavaThreadFactory
String os = VM.getVM().getOS();
String cpu = VM.getVM().getCPU();

Expand Down