mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-06-11 07:57:28 +00:00
修复JsParserExecutor DCL模式缺少volatile:EXECUTOR字段添加volatile保证多线程可见性
This commit is contained in:
@@ -33,7 +33,7 @@ public class JsParserExecutor implements IPanTool, AutoCloseable {
|
|||||||
|
|
||||||
private static final Logger log = LoggerFactory.getLogger(JsParserExecutor.class);
|
private static final Logger log = LoggerFactory.getLogger(JsParserExecutor.class);
|
||||||
|
|
||||||
private static WorkerExecutor EXECUTOR;
|
private static volatile WorkerExecutor EXECUTOR;
|
||||||
private static final Object EXECUTOR_LOCK = new Object();
|
private static final Object EXECUTOR_LOCK = new Object();
|
||||||
|
|
||||||
private static String FETCH_RUNTIME_JS = null;
|
private static String FETCH_RUNTIME_JS = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user