As the comment says, allow passing -Ddirect=true to force direct invocation
(direct meaning we don't fork off a new JVM).
This commit is contained in:
@@ -835,7 +835,8 @@ public abstract class Getdown extends Thread
|
|||||||
*/
|
*/
|
||||||
protected boolean invokeDirect ()
|
protected boolean invokeDirect ()
|
||||||
{
|
{
|
||||||
return false;
|
// allow passing -Ddirect=true to force direct invocation
|
||||||
|
return Boolean.getBoolean("direct");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user