]> source.dussan.org Git - aspectj.git/commit
Optimized type lookup on Java9
authorAndy Clement <aclement@pivotal.io>
Thu, 28 Sep 2017 20:27:59 +0000 (13:27 -0700)
committerAndy Clement <aclement@pivotal.io>
Thu, 28 Sep 2017 20:27:59 +0000 (13:27 -0700)
commit286504b70fd0e195cff74a6271c7a0b03c93f542
tree428ab2d2033679e393983b0df74a5e07f2277537
parent245f369c3ef1945cfe92be90977017657126b91d
Optimized type lookup on Java9

Took the code from the patch submitted by Mario Ivankovits
in bug 520597 and made some improvements to make (hopefully)
better use of memory. Some basic tests added.
weaver/src/org/aspectj/weaver/bcel/ClassPathManager.java
weaver/testsrc/org/aspectj/weaver/bcel/BcelTests.java