| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
require synchronization transform of a method
|
|
|
|
| |
to prevent recursion in JDK 1.4 LTW)
|
| |
|
|
|
|
| |
ClassPathManager to prevent recursion in JDK 1.4 LTW)
|
| |
|
| |
|
| |
|
|
|
|
| |
TraceFactory.isEnabled() method and test)
|
|
|
|
| |
message (dont want it for every file woven!)
|
| |
|
|
|
|
| |
-Xset:pipelineCompilation=false
|
|
|
|
| |
incorrectly into strangely formed input bytecode
|
| |
|
| |
|
|
|
|
| |
org.apache.commons.logging on JSE-1.3/1.4)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
work
|
| |
|
|
|
|
| |
(WeavingAdaptorMessageHandler.render())
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hasAspect()
|
| |
|
|
|
|
| |
safe for committing post RC.
|
|
|
|
| |
for aj synthetic members).
|
| |
|
|
|
|
| |
and easier to follow.
|
|
|
|
| |
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.
|
|
|
|
| |
bootstrap loader)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
name for checked exceptions, failing to report when impl class didnt implement interface
|
|
|
|
| |
be "ignore"
|