[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.memory-analyzer] Re: DTFJ queries

Cool.

This code should also be possible:

public class SomeQuery implements IQuery {

 @Argument
 public Image image;

 [...]
}

If you do it this way, the query will only appear if the heap dump has an 'Image' available. This way it is possible to have queries only for DTFJ based dumps - for example to print JVM startup parameters which are not available in HPROF but maybe in DTFJ.


Andreas.