Hi Simon, The problem can be that in default (client) mode we use JET for initial method compilation. JET does not have IR nor 'irdump' logging category. Try this command line: -Xem:opt -XX:jit.f.filter=my/class.mymethod -XX:jit.f.arg.log=ct,irdump
On Nov 21, 2007 9:28 AM, Simon Chow <[EMAIL PROTECTED]> wrote: > I use the command: > java -XX:jit.arg.log=irdump MyJavaProgram > to execute my program, but there is no IR dump file is generated. > What's the problem? > > -- > From : [EMAIL PROTECTED] School of Fudan University > -- Mikhail Fursov
