mx igv or mx gv commands

Christian Thalinger christian.thalinger at oracle.com
Tue Jul 2 15:42:02 PDT 2013


On Jul 2, 2013, at 2:56 PM, "Deneau, Tom" <tom.deneau at amd.com> wrote:

> Christian --
> 
> What actual command lines should be used to view the graphs for an HSAIL compilation?

-G:Dump=

You can also use a method filter to only show what you want:

-G:MethodFilter=HashMap.put

It works when running a test inside Eclipse.

-- Chris

> Note that we typically run using --vm server.
> I would ask Vasanth but he is off this week.
> 
> -- Tom
> 
> 
> -----Original Message-----
> From: Christian Thalinger [mailto:christian.thalinger at oracle.com] 
> Sent: Tuesday, July 02, 2013 3:49 PM
> To: Deneau, Tom
> Cc: graal-dev at openjdk.java.net
> Subject: Re: mx igv or mx gv commands
> 
> Which Java version are you using?  8 makes it crash, 7 should work.
> 
> -- Chris
> 
> On Jul 2, 2013, at 9:52 AM, "Deneau, Tom" <tom.deneau at amd.com> wrote:
> 
>> When I try to use
>>  mx igv &
>> 
>> as described on the wiki page, I get the splash screen for the visualize but then it dies.
>> Similarly with mx gv &
>> 
>> Is there some other command that must be run first before using these?
>> 
>> -- Tom
>> 
> 
> 
> 



More information about the graal-dev mailing list