提交 1a714cc9 编写于 作者: K kohsuke

allow this flag to be tweaked at runtime

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30955 71c3de6d-444a-0410-be80-ed276b4c234a
上级 df51a920
...@@ -532,5 +532,5 @@ final class RemoteClassLoader extends URLClassLoader { ...@@ -532,5 +532,5 @@ final class RemoteClassLoader extends URLClassLoader {
* By default, classes that belong to the bootstrap classloader will NOT be remoted, as each JVM gets its own JRE * By default, classes that belong to the bootstrap classloader will NOT be remoted, as each JVM gets its own JRE
* and their versions can be potentially different. * and their versions can be potentially different.
*/ */
private static final boolean USE_BOOTSTRAP_CLASSLOADER = Boolean.getBoolean(RemoteClassLoader.class.getName() + ".useBootstrapClassLoader"); public static boolean USE_BOOTSTRAP_CLASSLOADER = Boolean.getBoolean(RemoteClassLoader.class.getName() + ".useBootstrapClassLoader");
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册