看jdk源码看到的,位置 /* The preceding static fields are protected by this lock */private static class Lock { };private static Object lock = new Lock();/* Lock object for the native halt method */private static Object haltLock = new Lock();