验证同步synchronized(this) 代码块是锁定当前对象的(synchronized 方法一样, synchronized(this) 也是锁定当前对象的),任意对象可以作为监视器

NoSuchKey