Index: trunk/vm/jitrino/src/optimizer/lazyexceptionopt.cpp =================================================================== --- trunk/vm/jitrino/src/optimizer/lazyexceptionopt.cpp (revision 567544) +++ trunk/vm/jitrino/src/optimizer/lazyexceptionopt.cpp (working copy) @@ -697,6 +697,7 @@ return true; } +/* if (cmd->getParentType()->needsInitialization()) { #ifdef _DEBUG if (Log::isEnabled()) { @@ -706,6 +707,7 @@ #endif return true; // cannot compile before (to fix vm) } +*/ if (mse == MSE_Unknown) { // try to compile method //TODO: avoid compilation here. Use translator to perform analysis needed