paulk-asert commented on a change in pull request #1319:
URL: https://github.com/apache/groovy/pull/1319#discussion_r458055887



##########
File path: src/main/java/org/codehaus/groovy/vmplugin/v8/Java8.java
##########
@@ -636,7 +637,7 @@ private Object getInvokeSpecialHandleFallback(Method 
method, Object receiver) {
         }
         Class<?> declaringClass = method.getDeclaringClass();
         try {
-            return getLookupConstructor().newInstance(declaringClass, -1).

Review comment:
       I was more worried about the impact on other code bases. But there might 
be no issue. I'll try to find a way to trigger the line in question in an 
adverse way in the next day or two.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to