You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arvind (JIRA)" <ji...@apache.org> on 2017/09/14 06:00:13 UTC

[jira] [Created] (SUREFIRE-1415) java.lang.VerifyError: null at sun.instrument.InstrumentationImpl.redefineClasses0(Native Method)

Arvind created SUREFIRE-1415:
--------------------------------

             Summary: java.lang.VerifyError: null 	at sun.instrument.InstrumentationImpl.redefineClasses0(Native Method)
                 Key: SUREFIRE-1415
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1415
             Project: Maven Surefire
          Issue Type: Bug
          Components: Junit 4.7+ (parallel) support, Maven Surefire Plugin
         Environment: Java 1.8.0_66
maven surefire 2.18.1
jmockit 1.4
junit 4.12
hamcrest 1.3
springJunitVersion 4.4
            Reporter: Arvind


When i try to run test -X i get the error 
java.lang.VerifyError: null
	at sun.instrument.InstrumentationImpl.redefineClasses0(Native Method)

i have error in this code
new NonStrictExpectations() {
			@Mocked("initialize")
			
			
			// some code 
		};



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)