| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
the previous commit was wrong.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It makes $r available in the code given to CtBehavior#insertBefore().
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with try/catch)
|
| |
|
| |
|
| |
|
|
|
|
| |
ClassClassPath when the JVM is earlier than 9.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
be attached after the JVM starts
|
| |
|
|
|
|
| |
Javassist uses java.lang.invoke.MethodHandles.Lookup to load a class.
|
|
|
|
| |
jigsaw
|
|
|
|
|
|
|
|
| |
Due to the specification change of jigsaw, ClassLoader#defineClass()
cannot be invoked through reflection API. As a workaround,
--add-opens java.base/java.lang=ALL-UNNAMED
must be given to the JVM. The ant target "runtest9" adds this jvm
argument.
|
|
|
|
| |
create a proxy object due to access controls by jigsaw.
|