| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
|\ |
|
| |
| |
| |
| | |
LoaderClassPath is modified to show the same behavior in both Java 8 and 9.
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Javassist cannot compile super.m() if m is a default method
declared in an interface.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|