minor code cleanup in compile.cpp

This commit is contained in:
Joel Dice 2010-11-09 17:31:42 -07:00
parent 7978102cb6
commit 6f555d4202

View File

@ -5995,14 +5995,6 @@ compileMethod2(MyThread* t, void* ip)
t->trace->targetMethod = 0; t->trace->targetMethod = 0;
} }
if (false) {
compile(t, codeAllocator(t), 0, resolveMethod
(t, t->m->loader,
"org/eclipse/swt/widgets/TableItem",
"getBounds",
"(IIZZZZJ)Lorg/eclipse/swt/internal/win32/RECT;"));
}
if (UNLIKELY(t->exception)) { if (UNLIKELY(t->exception)) {
return 0; return 0;
} else { } else {
@ -7485,12 +7477,11 @@ class MyProcessor: public Processor {
if (false) { if (false) {
compile(static_cast<MyThread*>(t), compile(static_cast<MyThread*>(t),
local::codeAllocator(static_cast<MyThread*>(t)), 0, local::codeAllocator(static_cast<MyThread*>(t)), 0, resolveMethod
resolveMethod(t, t->m->loader, (t, t->m->loader,
"com/ecovate/nat/logic/Cache", "org/eclipse/swt/widgets/Display",
"findInCache", "runSettings",
"(Ljava/lang/String;Ljava/lang/String;JZ)Lcom/ecovate/shared/xmlrpc/Resource;")); "()Z"));
trap();
} }
compile(static_cast<MyThread*>(t), compile(static_cast<MyThread*>(t),