Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Adjust how classpath entries manipulated for Java9 support | Andy Clement | 2017-10-20 | 11 | -80/+504 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this AspectJ would discard ignore the ClasspathEntry objects built by JDT and just work with the classpath as a string, driving the JDT FileSystem to rebuild classpath entries again at a later date using the string. This is more complex in Java9 because the string representation was losing whether some entries came in via modulepath. ClasspathEntry construction for modulepath entries is non trivial (since the module-info must be processed). The new version will cache some of the ClasspathEntry objects (those built for modulepaths) and do more work on the AspectJ side building classpath entries in general. It now passes these entries to a different FileSystem entry point rather than the entry point that takes a string path. | |||||
| * | | Moved to package | Andy Clement | 2017-10-20 | 1 | -2/+2 | |
| | | | ||||||
| * | | wip allowing flexibility in test infra for using modules with subdirs | Andy Clement | 2017-10-20 | 1 | -5/+10 | |
| | | | ||||||
| * | | Set version to 1.9.0.RC1 | Andy Clement | 2017-10-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | added module/modulesourcepath to compiler configuration interface | Andy Clement | 2017-10-20 | 4 | -5/+36 | |
| | | | ||||||
| * | | removed shared reflection world test for now | Andy Clement | 2017-10-20 | 2 | -3/+4 | |
| | | | ||||||
| * | | Switched from diamond to specific types | Andy Clement | 2017-10-20 | 3 | -8/+8 | |
| | | | ||||||
| * | | Added automatic module name | Andy Clement | 2017-10-20 | 3 | -0/+3 | |
| | | | ||||||
| * | | switched from diamond operator | Andy Clement | 2017-10-20 | 1 | -1/+2 | |
| | | | ||||||
| * | | Added automatic module name | Andy Clement | 2017-10-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added automatic module name | Andy Clement | 2017-10-20 | 1 | -0/+2 | |
| | | | ||||||
| * | | Latest jdtcore - with visibilty adjusted for classpath manipulation | Andy Clement | 2017-10-20 | 2 | -0/+0 | |
| | | | ||||||
| * | | Temporarily removing world reuse - needs a bit more thought | Andy Clement | 2017-10-20 | 1 | -0/+9 | |
| | | | ||||||
| * | | Added automatic module name | Andy Clement | 2017-10-20 | 1 | -0/+1 | |
| | | | ||||||
| * | | Upgraded test infra to support building/running modules | Andy Clement | 2017-10-20 | 7 | -14/+85 | |
| | | | ||||||
| * | | 1.9 test changes and new module tests | Andy Clement | 2017-10-20 | 5 | -45/+263 | |
| | | | ||||||
| * | | added support to avoid weaving module-info.class | Andy Clement | 2017-10-20 | 2 | -70/+92 | |
| | | | ||||||
| * | | Fix use of diamond and update versions to 1.9 | Andy Clement | 2017-10-20 | 9 | -32/+31 | |
| | | | ||||||
| * | | rebuilt internal dependencies | Andy Clement | 2017-10-20 | 29 | -1/+89 | |
| | | | ||||||
| * | | Tests for smart annotation unpacking for reflection types | Andy Clement | 2017-09-28 | 1 | -0/+71 | |
| | | | ||||||
| * | | Latest build of bcel | Andy Clement | 2017-09-28 | 3 | -0/+0 | |
| | | | ||||||
| * | | Fixes Bug 525293 - Spring AOP could be faster | Andy Clement | 2017-09-28 | 7 | -192/+242 | |
| | | | | | | | | | | | | | | | | | | | | | Multiple changes here: - annotation unpacking is smarter and if it only needs runtime retention annotations it uses reflection and doesn't unpack the bytes to discover class level retention annotations. - Reflection worlds are shared if for the same classloader. | |||||
| * | | Reusable SoftHashMap utility class | Andy Clement | 2017-09-28 | 1 | -0/+95 | |
| | | | ||||||
| * | | Basic tests for JImage access | Andy Clement | 2017-09-28 | 1 | -0/+135 | |
| | | | ||||||
| * | | Polish javadoc | Andy Clement | 2017-09-28 | 1 | -9/+6 | |
| | | | ||||||
| * | | Fix for Bug 518698 - typo in AspectJ Notebook: excetution | Andy Clement | 2017-09-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Optimized type lookup on Java9 | Andy Clement | 2017-09-28 | 2 | -52/+69 | |
| | | | | | | | | | | | | | | | 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. | |||||
| * | | polish - generics | Andy Clement | 2017-09-27 | 1 | -2/+3 | |
| | | | ||||||
| * | | polish - generics | Andy Clement | 2017-09-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Polish use of Unsafe | Andy Clement | 2017-09-27 | 1 | -80/+63 | |
| | | | ||||||
| * | | corrected test now that compliance handling improved for 1.9 | Andy Clement | 2017-09-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | first pass at using Unsafe, needs review | Andy Clement | 2017-09-27 | 1 | -31/+49 | |
| | | | ||||||
| * | | Improved Java9 option handling | Andy Clement | 2017-09-27 | 3 | -3/+3 | |
| | | | ||||||
| * | | Update project source/target levels to 1.7 | Andy Clement | 2017-09-27 | 1 | -0/+7 | |
| | | | ||||||
| * | | Update to beta 7 | Andy Clement | 2017-09-27 | 3 | -3/+3 | |
| | | | ||||||
| * | | Update project source/target levels to 1.7 | Andy Clement | 2017-09-27 | 2 | -8/+6 | |
| | | | ||||||
| * | | Update project source/target levels to 1.7 | Andy Clement | 2017-09-27 | 2 | -8/+7 | |
| | | | ||||||
| * | | Smarter classpath detection on Java9 | Andy Clement | 2017-09-27 | 1 | -4/+23 | |
| | | | | | | | | | | | | | | | | | | On Java9 cannot rely on URLClassLoader being found from which to determine classpath so use the environment variable. This may have issues if loaders are being constructed that specifically deviate from the java.class.path. | |||||
| * | | Pass explicitly whether it is an interface target | Andy Clement | 2017-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | If you only let it determine it from the INVOKE instruction this can make a mistake when using INVOKESTATIC with an interface target. | |||||
| * | | Ensure version information get/settable | Andy Clement | 2017-09-27 | 1 | -0/+13 | |
| | | | ||||||
| * | | Ensure version of generated class is correct | Andy Clement | 2017-09-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Important to ensure we generate it of the right version as it may end up containing code derived from a particular class that needs a be run with a certain level of verifier. In this case if inserting invokestatic targeting a interface method, we need to be using something later than a java 1.2 level class file. | |||||
| * | | Activate test | Andy Clement | 2017-09-27 | 1 | -30/+30 | |
| | | | ||||||
| * | | Skip tests on Java9 | Andy Clement | 2017-09-27 | 2 | -2/+10 | |
| | | | | | | | | | | | | | | | Issue it due to split packages (see comments in code). Don't want to debug this further right now, possibly needs a command line flag passing to the JVM that runs the test, so these tests need forking. | |||||
| * | | More actively print diagnostics to help future debugging | Andy Clement | 2017-09-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | version bump to 1.6 | Andy Clement | 2017-09-27 | 1 | -4/+4 | |
| | | | ||||||
| * | | Skip test on Java9 | Andy Clement | 2017-09-27 | 1 | -1/+6 | |
| | | | | | | | | | | | | Added test commentary to link it to the code that is causing the difference in behaviour compared to Java8. | |||||
| * | | Adjusted test expectations for Java9 | Andy Clement | 2017-09-27 | 1 | -19/+38 | |
| | | | | | | | | | | | | Annotation toString() changes on Java9 so need to include those quotes in expected output. | |||||
| * | | Better handling of classpath discovery | Andy Clement | 2017-09-27 | 1 | -23/+26 | |
| | | | | | | | | | Some alternate behaviour added to work better on Java9 | |||||
| * | | Added commentary on a strange bit of code | Andy Clement | 2017-09-27 | 1 | -2/+8 | |
| | | | | | | | | | | | | I don't want to change that code until I see more evidence of it misbehaving but I'm having trouble working out why it is there! | |||||
| * | | per singleton field no longer final to satisfy 1.9 verification | Andy Clement | 2017-09-27 | 1 | -1/+1 | |
| | | |