[Soot-list] issue while instrumenting xalan from dacapo

Rashmi Mudduluru mudduluru.rashmi at csa.iisc.ernet.in
Tue Feb 24 23:38:39 EST 2015


Hi,

I am using soot to instrument the benchmarks in dacapo.
In the particular case of xalan, while trying to execute the instrumented
classes using the command:
java -noverify -javaagent:pia.jar=sootified/xalan -jar
dacapo-9.12-bach.jar xalan -s small -no-validation -t 1

I get the error:

Exception in thread "Thread-1" java.lang.IllegalAccessError: tried to
access class org.xml.sax.helpers.SecuritySupport$1 from class
org.xml.sax.helpers.SecuritySupport
	at
org.xml.sax.helpers.SecuritySupport.getContextClassLoader(SecuritySupport.java:42)
	at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:136)
	at
org.apache.xml.utils.XMLReaderManager.getXMLReader(XMLReaderManager.java:105)
	at
org.apache.xml.dtm.ref.DTMManagerDefault.getXMLReader(DTMManagerDefault.java:610)
	at
org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:282)
	at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:699)
	at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1273)
	at
org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1251)
	at org.dacapo.xalan.XSLTBench$XalanWorker.run(XSLTBench.java:102)
Normal completion.

Has anyone faced this issue?

Thanks,
Rashmi.



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the Soot-list mailing list