XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0, 2.0.0
    • 0.98.14, 1.2.0, 2.0.0
    • build, test
    • Reviewed

    Description

      Moving the post-commit build for master to also cover jdk8 shows failures when attempting to instrument test for jacoco coverage.

      example:

      Exception in thread "main" java.lang.reflect.InvocationTargetException
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:483)
      	at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
      	at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
      Caused by: java.lang.RuntimeException: Class java/util/UUID could not be instrumented.
      	at org.jacoco.agent.rt.internal_5d10cad.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138)
      	at org.jacoco.agent.rt.internal_5d10cad.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:99)
      	at org.jacoco.agent.rt.internal_5d10cad.PreMain.createRuntime(PreMain.java:51)
      	at org.jacoco.agent.rt.internal_5d10cad.PreMain.premain(PreMain.java:43)
      	... 6 more
      Caused by: java.lang.NoSuchFieldException: $jacocoAccess
      	at java.lang.Class.getField(Class.java:1695)
      	at org.jacoco.agent.rt.internal_5d10cad.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:136)
      	... 9 more
      FATAL ERROR in native method: processing of -javaagent failed
      Aborted
      

      Attachments

        1. HBASE-13899.patch
          0.8 kB
          Duo Zhang

        Activity

          People

            zhangduo Duo Zhang
            busbey Sean Busbey
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: