提交 178d7fa4 编写于 作者: V valeriep

6829098: Regression test...

6829098: Regression test java/security/Security/ClassLoaderDeadlock/Deadlock2.java error - missing ";"
Summary: Added back the missing ";"
Reviewed-by: weijun
上级 96d68a8c
...@@ -56,7 +56,7 @@ public class Deadlock2 { ...@@ -56,7 +56,7 @@ public class Deadlock2 {
e.printStackTrace(); e.printStackTrace();
} }
} }
} };
Thread thread1 = new Thread(readObjectRunnable, "Read Object"); Thread thread1 = new Thread(readObjectRunnable, "Read Object");
Thread thread2 = new Thread(xmlRunnable, "XML"); Thread thread2 = new Thread(xmlRunnable, "XML");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册