aboutsummaryrefslogtreecommitdiffstats
path: root/loadtime/src
Commit message (Expand)AuthorAgeFilesLines
* Revert WeavingAdaptor generated class map optimisationAlexander Kriegisch2024-04-081-2/+10
* Raise ClassLoaderWeavingAdaptor::defineClass visibility to protectedAlexander Kriegisch2024-04-041-2/+2
* Improved fix for #285KimmingLau2024-03-041-3/+4
* Add implementation note and JDK-8325536 link to Aj.preProcessAlexander Kriegisch2024-02-091-0/+5
* Store only weaved class names in the generatedClasses mapUri Simchoni2024-02-081-15/+2
* Add javadoc links to ClassFileTransformer::transformAlexander Kriegisch2024-02-071-0/+2
* Weaver returns null instead of original bytes for unwoven classesAlexander Kriegisch2024-02-075-17/+30
* Workaround for defining classes during LTWAlexander Kriegisch2024-01-291-145/+228
* Globally fix spelling error "dependancy/dependancies"Alexander Kriegisch2024-01-061-1/+1
* Globally replace HTTP links to eclipse.org by HTTPSAlexander Kriegisch2024-01-061-1/+1
* Do not use String literal as synchronized lockAndrey Turbanov2022-04-151-1/+1
* Reduce 'Object' class usageAndrey Turbanov2022-04-151-5/+6
* Reduce empty array allocationsAndrey Turbanov2021-12-181-6/+7
* Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-202-3/+3
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-0423-133/+133
* Remove JRockit LTW support, particularly JRockitAgentAlexander Kriegisch2021-04-105-367/+0
* Move lib/ext/jrockit to just lib/jrockitAlexander Kriegisch2021-04-101-1/+1
* Fix JRockitAgentTest.testJrockitRecursionProtection for JVM 9+Alexander Kriegisch2021-03-281-14/+1
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-214-11/+8
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-141-3/+3
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-141-1/+1
* Fix misplaced or incorrectly nested HTML tagsJerry James2020-09-143-3/+3
* Fix incorrect HTML entities in javadoc commentsJerry James2020-09-141-2/+2
* debug for test failure under github actionAndy Clement2020-08-162-25/+32
* debug for test failure under github actionAndy Clement2020-08-161-0/+2
* debug for test failure under github actionAndy Clement2020-08-161-10/+11
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-153-3/+0
|\
| * Cleanup unused importsLars Grefer2020-08-163-3/+0
* | Collection.toArray() call styleLars Grefer2020-08-151-2/+1
|/
* Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-141-1/+1
|\
| * Fix JRockitAgentTest for Java 9 and 10Lars Grefer2020-08-131-1/+1
* | Remove checks for old Java VersionsLars Grefer2020-08-131-1/+1
|/
* Use the diamond operator where possibleLars Grefer2020-08-134-34/+34
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-083-6/+6
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-085-127/+117
* polishAndy Clement2019-11-298-18/+16
* fix commentAndy Clement2019-11-281-24/+23
* fixes for tests on windowsAndy Clement2019-03-041-2/+3
* tidyupAndy Clement2019-02-082-1/+6
* Add module tests back in - but streamlinedAndy Clement2019-01-312-37/+46
* Merged loadtime5 into loadtimeAndy Clement2019-01-284-0/+182
* mavenizing loadtime - wipAndy Clement2019-01-286-62/+23
* mavenizing loadtime - wipAndy Clement2019-01-2526-0/+2175
* On JDK11 call the defineClass variant with a ProtectionDomain paramAndy Clement2019-01-111-4/+4
* polishV1_9_2Andy Clement2018-10-231-4/+0
* polishAndy Clement2018-10-231-2/+0
* Exclude delegation loader on JDK11 too (it has been renamed)Andy Clement2018-10-231-10/+3
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-292-32/+131
* 533038: Clear some generated class entries during class redefinitionAndy Clement2018-04-023-16/+43
* switched from diamond operatorAndy Clement2017-10-201-1/+2