Skip to content
Merged
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
4 changes: 0 additions & 4 deletions core/src/main/java/hudson/PluginFirstClassLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
public class PluginFirstClassLoader
extends AntClassLoader
{
static {
registerAsParallelCapable();
}

public PluginFirstClassLoader() {
super(null, false);
}
Expand Down
1 change: 0 additions & 1 deletion core/src/main/java/jenkins/util/AntClassLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public class AntClassLoader extends ClassLoader implements JenkinsClassLoader, S
private static final Object MR_JARFILE_CTOR_RUNTIME_VERSION_VAL;

static {
registerAsParallelCapable();
if (IS_ATLEAST_JAVA9) {
Class[] ctorArgs = null;
Object runtimeVersionVal = null;
Expand Down