We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39266e0 commit 76ae6a4Copy full SHA for 76ae6a4
1 file changed
java_test/src/main/java/com/yiyun/ThreadThisEscape.java
@@ -5,7 +5,7 @@ public class ThreadThisEscape {
5
public ThreadThisEscape(){
6
new Thread(new EscapeRunnable()).start();
7
weight=1;
8
- // 模拟构造函数耗时
+ // 模拟构造函数耗时2
9
for (int i = 0; i < 1000000; i++)
10
{
11
0 commit comments