You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2015/04/13 14:55:12 UTC

[jira] [Resolved] (OPENJPA-2527) javaagent broken on java 8

     [ https://issues.apache.org/jira/browse/OPENJPA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Curtis resolved OPENJPA-2527.
----------------------------------
    Resolution: Invalid

This should be fixed on trunk now so please give it a shot.

If it still fails, please reopen with some amount of meaningful information.


> javaagent broken on java 8
> --------------------------
>
>                 Key: OPENJPA-2527
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2527
>             Project: OpenJPA
>          Issue Type: Bug
>            Reporter: Romain Manni-Bucau
>
> Hi
> using trunk and javaagent enhancement with java 8 we get errors like:
> {code}
> Caused by: java.lang.reflect.InvocationTargetException
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at org.apache.openjpa.enhance.ClassRedefiner.redefineClasses(ClassRedefiner.java:85)
> 	... 152 more
> Caused by: java.lang.VerifyError
> 	at sun.instrument.InstrumentationImpl.retransformClasses0(Native Method)
> 	at sun.instrument.InstrumentationImpl.retransformClasses(InstrumentationImpl.java:144)
> {code}
> Built time enhancement works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)