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);
}
Aggregations