[jbossts-issues] [JBoss JIRA] (JBTM-1082) Emma not working on JDK7

Ondřej Chaloupka (JIRA) jira-events at lists.jboss.org
Fri Jan 11 14:36:08 EST 2013


    [ https://issues.jboss.org/browse/JBTM-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745404#comment-12745404 ] 

Ondřej Chaloupka commented on JBTM-1082:
----------------------------------------

As workaround is possible to define java opt argument -XX:-UseSplitVerifier
Put it to file sharedbuild.xml to the tag <junit> like:
<jvmarg value="-XX:-UseSplitVerifier" />

I suppose that this problem is caused by the fact that the emma library was compiled with older version of compiler that we are trying to use for compiling TS sources.
Some links e.g. here http://stackoverflow.com/questions/7970622/java-7-jvm-verifyerror-in-eclipse

Do you think that the workaround is enough for solving this jira or should be tried to recompile emma or dive to some other investigation?
                
> Emma not working on JDK7
> ------------------------
>
>                 Key: JBTM-1082
>                 URL: https://issues.jboss.org/browse/JBTM-1082
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Build System, Testing
>            Reporter: Tom Jenkinson
>            Assignee: Ondřej Chaloupka
>
> -Demma.enabled=true does not work on JDK7
> Testcase: testNullInput took 0.006 sec
> 	Caused an ERROR
> Expecting a stackmap frame at branch target 11 in method com.arjuna.common.util.propertyservice.StringPropertyReplacer.<init>()V at offset 4
> java.lang.VerifyError: Expecting a stackmap frame at branch target 11 in method com.arjuna.common.util.propertyservice.StringPropertyReplacer.<init>()V at offset 4
> 	at com.arjuna.common.tests.propertyservice.StringPropertyReplacerUnitTestCase.testNullInput(StringPropertyReplacerUnitTestCase.java:86)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbossts-issues mailing list