You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test cases under the test package seem to be supported by the native method that can enhance the custom class.
I tried to modify the test case with the intention of enhancing java.lang.string#intern and it seemed to cause a java SecurityException.
So I want to consult you, how should I operate this example.
hi @raphw ,So you mean ByteBuddy has no way to enhance all classes native method? Can it only enhance the custom class that has not been loaded by ClassLoader's Native Method?
Can't you replace the whole method using the annotations' @RunTimeType 'and' @supercall '?
The test cases under the test package seem to be supported by the
native method
that can enhance the custom class.I tried to modify the test case with the intention of enhancing
java.lang.string#intern
and it seemed to cause a java SecurityException.So I want to consult you, how should I operate this example.
The text was updated successfully, but these errors were encountered: