On the 0x3A3 day of Apache Harmony Maksim Ananjev wrote: > Hi! > > I am using this command to start harmony with the logging enabled: > > debug2 -jar -Xem:opt > -XDjit.p.filter=org/eclipse/ui/internal/decorators/LightweightDecoratorManager::getDecoratorsFor > -XDjit.p.arg.log=ct,irdump startup.jar > > (debug2 is a symlink to harmony) > > But I find no logs in the folder. I would appreciate any ideas on what > I am doing wrong.
the function could have been inlined :) You may want to try -Xtrace:em to be sure if the method was compiled from the top level -- Egor Pasko
