-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SearchUtils replace '/' to '.' , can not match classes created by lambda method #302
Milestone
Comments
Closed
|
据java规范, https://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-3.8 |
hengyunabc
changed the title
SearchUtils replace '/' to '.' , causes do not match lambda method
SearchUtils replace '/' to '.' , can not match classes created by lambda method
Nov 15, 2018
Thread [main] (Suspended (breakpoint at line 326 in InnerClassLambdaMetafactory))
InnerClassLambdaMetafactory.spinInnerClass() line: 326
InnerClassLambdaMetafactory.buildCallSite() line: 194
LambdaMetafactory.metafactory(MethodHandles$Lookup, String, MethodType, MethodType, MethodHandle, MethodType) line: 304
529116035.invokeStatic_L6_L(Object, Object, Object, Object, Object, Object, Object) line: not available
1359044626.reinvoke(Object, Object, Object, Object, Object, Object, Object) line: not available
705265961.invoke_MT(Object, Object, Object, Object, Object, Object, Object, Object) line: not available
CallSite.makeSite(MethodHandle, String, MethodType, Object, Class<?>) line: 302
MethodHandleNatives.linkCallSiteImpl(Class<?>, MethodHandle, String, MethodType, Object, Object[]) line: 307
MethodHandleNatives.linkCallSite(Object, Object, Object, Object, Object, Object[]) line: 297
Test.main(String[]) line: 9 可以做一个简单的判断,当字符串里有 |
mark |
lzc-alioo
pushed a commit
to lzc-alioo/arthas
that referenced
this issue
May 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before:
Test$$Lambda$1/1876631416
After:
Test$$Lambda$1.1876631416
The text was updated successfully, but these errors were encountered: