]> source.dussan.org Git - javassist.git/commit
Fix #252 make instrumentation works on JDK11 for the inner class which has access... 253/head
authorSam Ma <samuel.ma2012@gmail.com>
Wed, 20 Mar 2019 02:08:43 +0000 (13:08 +1100)
committerSam Ma <samuel.ma2012@gmail.com>
Wed, 20 Mar 2019 02:08:43 +0000 (13:08 +1100)
commite71398c6fc652b8c522da858906a4385cf102130
tree8a20ab1b19dc6b404936f5d88c6d3fd7b6b36790
parenteff2f4bbd0246476edfa43782f38e58ddedef952
Fix #252 make instrumentation works on JDK11 for the inner class which has access to the private constructor of the host class
src/main/javassist/compiler/MemberCodeGen.java
src/test/javassist/JvstTest5.java
src/test/test5/NestHost3.java [new file with mode: 0644]