24 Commits (c8e951296c5f95e82d4c7c3f8eb9b0a647014e20)

Author SHA1 Message Date
  Andy Clement c8e951296c Fix 436653: conditional aspect activation plus various polish 9 years ago
  aclement 0cb10e1778 prevents funny behaviour on JDK1.6 16 years ago
  mwebster 6de65b3a76 Bug 158205 "NullPointerException when weaving with bootstrap agent" (remove use of -Daj5.def) 17 years ago
  mwebster 8549d861b1 Bug 150271 "Allow multiple levels of LTW information" (make weaving/not weaving messages debug and add -debug to options for aop.xml) 18 years ago
  mwebster bebb364069 Bug 151938 "Handle Duplicate -javaagent entries more gracefully" (ignore duplicate agents) 18 years ago
  aclement 0c8c0a3d21 Some updates for 118754. The various places that were checking for 'MISSING' now call 'isMissing' if they can. I think this negates some work Adrian did with introducing MissingWithKnownSignature - but we have to make this change for LTW to work properly. Someone with a bit of time on their hands should go through all the places isMissing() is now called and see if the check should be 'isReallyMissing()' which would allow the MissingWithKnownSignature to get through. I will raise an enhancement to cover this. 18 years ago
  avasseur 794f9b5eaf #108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fine 18 years ago
  avasseur 1232fbba13 fix issue in test for -1.5 and @AJ ITD with @anno 18 years ago
  avasseur 31566a154e removed jdwp from test for CC 18 years ago
  avasseur 51a117846c due fix and test for @AJ ITD reweavable, serialization of the method delegate munger 18 years ago
  avasseur 875cccb16a add test for proxy weaving and jit class weaving, update ltw doc 19 years ago
  avasseur 66809e17d8 fix in ltw log + test + some doc on custom message handler is evil 19 years ago
  avasseur f632b6ee2f ltw reweavable test for Mattew bug, fix some wrong getCoreType that makes some stderr output when closure are encountered on ltw / dump 19 years ago
  avasseur 44dc6e9700 fix source location for @AJ + fix the AsmManager behavior for @AJ (still no luck in AJDT though) 19 years ago
  avasseur f5739c0e7b LTW weaver/dump@within option + fix a sout in weaver 19 years ago
  avasseur 191c26bb4f fixed bug with LTW Xreweavable, fix this reflective issue in RunAllBeforeCommit (was misnamed..) 19 years ago
  avasseur 295ad4c97e finally fixed 75442+78383, impl a visitor pattern in patterns package, turned on LTWperClause tests (clean up will follow, just want this visitor in for now) 19 years ago
  avasseur f14646f57a #96371 META-INF/aop.xml lookup fix + test 19 years ago
  avasseur 49c3978146 deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + some AJ5 doc fix 19 years ago
  avasseur 8804ab5150 LTW and around inling test for code style 19 years ago
  avasseur 33c5c59a9e aspects are reweavable by default, fixed issue in (AJC + LTW + Inlining + @AJ) 19 years ago
  avasseur c479b60b49 fix LTW test 19 years ago
  avasseur 83655ff47c fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are lateTypeMungers. new LTW tests, some fix in the LTW test error reporting 19 years ago
  avasseur 2679e77604 LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method) 19 years ago