求助~!关于反编译的问题!

just_sisi 2007-08-08 12:59:59
代码如下:
public Object pool(long timeout)
throws InterruptedException
{
if(Thread.interrupted())
throw new InterruptedException();
LinkedList linkedlist = queue;
JVM INSTR monitorenter ;
if(!queue.isEmpty())
return queue.removeFirst();
if(timeout > 0L) goto _L2; else goto _L1
_L1:
null;
linkedlist;
JVM INSTR monitorexit ;
return;
_L2:
long remaining;
long start;
remaining = timeout;
start = System.currentTimeMillis();
_L6:
queue.wait(remaining);
if(queue.isEmpty()) goto _L4; else goto _L3
_L3:
queue.removeFirst();
linkedlist;
JVM INSTR monitorexit ;
return;
_L4:
remaining = timeout - (System.currentTimeMillis() - start);
if(remaining > 0L) goto _L6; else goto _L5
_L5:
null;
linkedlist;
JVM INSTR monitorexit ;
return;
InterruptedException e;
e;
queue.notify();
throw e;
linkedlist;
JVM INSTR monitorexit ;
throw ;
}

反编译后就变成这个样子了,怎么办啊`?
...全文
201 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
lelewang 2007-08-08
  • 打赏
  • 举报
回复
编译时代码被混淆过吗
Broker_Yu 2007-08-08
  • 打赏
  • 举报
回复
换个反编译软件试试

62,623

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧