Граф коммитов

4136 Коммитов

Автор SHA1 Сообщение Дата
aclement
5b90af1d60 unfinished (not sure of expected output) testcase committed for 147841 2006-06-23 07:38:55 +00:00
acolyer
4dafe048cb design notes and initial test for "truly synthetic" members 2006-06-23 07:00:38 +00:00
aclement
76d1bc7bdf 148027: dont generate usespointcut relationship (for now...) 2006-06-22 08:04:54 +00:00
acolyer
685d347782 refactored implementation of weaveAfterReturning - this is now much clearer and easier to follow. 2006-06-22 06:29:11 +00:00
acolyer
426cbdccfd tests and "fix" for pr148007 - workaround JRockit "goto" bug by generating code closer to that produced by javac when weaving after and after returning. In particular: avoid adding a goto that branches to the next instruction (now replaces that return opcode with a nop instead), and store the return value on the top of the stack in a temp before branching to the after advice dispatch and restore it afterwards. 2006-06-22 04:49:26 +00:00
mwebster
497dcf1140 Fix for Bug 140695 "Use LTWWorld not BcelWorld for load-time weaving" (use bootstrap loader) 2006-06-21 15:01:50 +00:00
aclement
13dde4efd4 test and fix for 147801: rogue bridge methods in a funky configuration. 2006-06-21 11:33:21 +00:00
acolyer
791f8a7c3f tests and fix for pr147845, generic abstract aspect 3+ deep hierarchies 2006-06-20 11:12:49 +00:00
aclement
2257fc7638 public accessibility.. 2006-06-20 10:28:10 +00:00
aclement
c2ae48e581 145963: patches from comment #3 2006-06-20 10:25:03 +00:00
aclement
1468daa885 test and fix for 147701: @DeclareParents: was failing to include package name for checked exceptions, failing to report when impl class didnt implement interface 2006-06-20 07:51:45 +00:00
aclement
8cab27018d testcode for 147701: @DeclareParents 2006-06-20 07:18:02 +00:00
acolyer
32167a810d make the default warning level for my beautiful "warnOnSwallowedExceptions" be "ignore" 2006-06-19 17:28:42 +00:00
aclement
11645343f9 fixed decp bug and problem with 1.5 IBM VM 2006-06-19 15:34:25 +00:00
aclement
0b27616f8e skip attribute for line number - confuses mac/linux. 2006-06-19 13:55:03 +00:00
aclement
abe25b0298 testcode and patches for pr141730 comments #13,14: "new handleprovider" 2006-06-19 10:17:28 +00:00
mwebster
fdbae3fda3 Fix for 139936 "[ltw] WeavingAdaptor.generatedClassesExist() cannot cope with additional class weaving" 2006-06-15 16:32:39 +00:00
mwebster
81abede511 Fix build: move createEmptySandbox() from FileUtil back to Ajc to avoid JUnit dependency problem in util project 2006-06-15 12:58:38 +00:00
mwebster
f4cd0bfb01 Make sandbox directories unique among workspaces e.g. c:\temp\ajcSandbox\org.aspectj\ajcTes1234.tmp 2006-06-15 10:44:04 +00:00
mwebster
b28c0d22c0 Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (AjcTestCase.DEFAULT_CLASSPATH_ENTRIES) 2006-06-14 14:15:31 +00:00
mwebster
94e8e64956 Fix for Bug 140695 - Use LTWWorld not BcelWorld for load-time weaving (wrong class loader) 2006-06-13 19:54:54 +00:00
wisberg
008efca98b Fix 136707 new logCommand option emits command line to INFO 2006-06-13 19:45:44 +00:00
aclement
f58b5d8937 141730: underpinning changes for new handles support. No longer 'leak' implementation details of the handles out into the rest of the code. 2006-06-13 13:23:14 +00:00
aclement
b8e83b78c4 flag is ON by default 2006-06-12 14:05:51 +00:00
aclement
38cc0dd2f7 fix for 146546 2006-06-12 14:00:02 +00:00
aclement
4dcb8f3d88 test and fix for 145963: faulting in aspects coming in as binary inputs 2006-06-12 13:09:51 +00:00
mwebster
75afb31e38 Fix for 122580 "Circularity Failure for Verbose Loading on JRockit 1.4.2_08 Agent"
1. New JRockitAgent
2. New lib/ext/jrocket/jrockit.jar for dependencies
3. New JRockitAgent tests
2006-06-09 10:56:50 +00:00
aclement
4db50ddb1e synchronization joinpoints: code dump... 2006-06-08 12:01:46 +00:00
aclement
97e9aaf4ec synchronization joinpoints: and ACTIVATE.....................BOOM! 2006-06-08 11:02:13 +00:00
aclement
6dbe44d708 tidied comments. 2006-06-08 10:46:47 +00:00
aclement
d93b84080d synchronization joinpoints: code dump... 2006-06-08 10:44:38 +00:00
aclement
ce25d10cfd synchronization joinpoints: code dump... 2006-06-08 10:09:02 +00:00
aclement
d73b7fedff synchronization joinpoints: code dump... 2006-06-08 09:54:00 +00:00
aclement
65ff490a29 synchronization joinpoints: code dump... 2006-06-08 09:46:47 +00:00
aclement
6f1419826c synchronization joinpoints: code dump... 2006-06-08 09:36:59 +00:00
aclement
8d92b51c9c synchronization joinpoints: code dump... 2006-06-08 09:28:56 +00:00
aclement
87ff820beb synchronization joinpoints: code dump... uses world rather than messagehandler 2006-06-08 09:27:12 +00:00
aclement
d779def920 synchronization joinpoints: code dump... 2006-06-08 09:23:02 +00:00
aclement
3beaaba0c5 oops! remove that bit. 2006-06-08 08:43:00 +00:00
aclement
f1ad9e6c35 synchronization joinpoints: code dump... 2006-06-08 08:38:43 +00:00
aclement
39bc21c734 fix for 145950 2006-06-08 08:30:08 +00:00
aclement
afe41a56eb test for 145950 2006-06-08 08:27:34 +00:00
aclement
5a75601c50 141730 - latest variant of program element signature processing 2006-06-07 15:52:35 +00:00
aclement
c3898d9b4e testcode for 145391,145693 2006-06-07 08:26:55 +00:00
aclement
e769745da4 testcode for 145391,145693 2006-06-07 08:19:14 +00:00
aclement
3e0650d8a0 fix for 145322 2006-06-06 08:40:16 +00:00
aclement
5e74f35fa0 some code for 141730 - store type signatures in program elements rather than processed type names. 2006-06-06 08:38:28 +00:00
aclement
d1dbf827ea use a loader that can find the reflection delegate. 2006-06-05 08:45:33 +00:00
aclement
f821ca3dae test and fix for 145086 2006-06-03 08:27:06 +00:00
aclement
73d96a5cf3 fall back logic when on 1.5 vm but necessary classes cant be found (test machine happy?) 2006-06-02 15:17:58 +00:00