[java code coverage] Re: IllegalAccessError in $jacocoInit using Java 9

2016-07-28 Thread Evgeny Mandrikov
For the record: Unfortunately this is a bit more complex than just removal of "final" - all the details are in https://github.com/jacoco/jacoco/pull/434 Anyway ticket was created and work on this subject started. Thanks all. On Tuesday, July 26, 2016 at 5:08:08 PM UTC+2, Evgeny Mandrikov wrote:

[java code coverage] Re: IllegalAccessError in $jacocoInit using Java 9

2016-07-26 Thread Evgeny Mandrikov
Nice catch Brett! I come across the same issue and to the same conclusion. On Tuesday, July 26, 2016 at 5:01:52 PM UTC+2, bjk...@gmail.com wrote: > > https://bugs.openjdk.java.net/browse/JDK-8157181 >

[java code coverage] Re: IllegalAccessError in $jacocoInit using Java 9

2016-07-26 Thread bjkail
https://bugs.openjdk.java.net/browse/JDK-8157181 was included in b127 (http://download.java.net/java/jdk9/changes/jdk-9+127.html). I guess InstrSupport.DATAFIELD_INTF_ACC should not include ACC_FINAL? -- You received this message because you are subscribed to the Google Groups "JaCoCo and Ecl

[java code coverage] Re: IllegalAccessError in $jacocoInit using Java 9

2016-07-26 Thread Evgeny Mandrikov
Hi Andy, First of all - thank you for your report. JaCoCo project participating in https://wiki.openjdk.java.net/display/quality/Quality+Outreach constantly testing JaCoCo on latest builds of JDK 9. And you are right - tests with b128 are currently failing ( https://travis-ci.org/jacoco/jacoco