paulk-asert opened a new pull request, #2891:
URL: https://github.com/apache/groovy/pull/2891

   …ookup and sanitized traces
   
   In a native image, dynamically built MethodHandle chains run in GraalVM's 
interpreter, whose com.oracle.svm.core.methodhandles frames are visible to 
StackWalker, and its reflection accessors live in com.oracle.svm.core.reflect. 
Treat com.oracle.svm.* as runtime frames in ReflectionUtils.getCallingClass 
(which affects getBundle and Grape) and in StackTraceUtils.sanitize. Use 
Class.getPackageName rather than getPackage, which is null for those classes 
inside an image.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to