Search in sources :

Example 1 with PointerSizeLineRule

use of com.ibm.dtfj.javacore.parser.j9.section.common.PointerSizeLineRule in project openj9 by eclipse.

the class ThreadTagParser method initOSInfoTag.

/**
 */
private void initOSInfoTag() {
    ILineRule lineRule = new PointerSizeLineRule();
    addTag(IThreadTypes.T_2XMFULLTHDDUMP, lineRule);
}
Also used : PointerSizeLineRule(com.ibm.dtfj.javacore.parser.j9.section.common.PointerSizeLineRule) ILineRule(com.ibm.dtfj.javacore.parser.framework.tag.ILineRule)

Aggregations

ILineRule (com.ibm.dtfj.javacore.parser.framework.tag.ILineRule)1 PointerSizeLineRule (com.ibm.dtfj.javacore.parser.j9.section.common.PointerSizeLineRule)1