JaroslavTulach commented on pull request #2707:
URL: https://github.com/apache/netbeans/pull/2707#issuecomment-808061140


   Integration of this PR has to wait, there is a bug (internal number 
GR-29073) that causes failures on GraalVM 20.3 and 21.0:
   ```
    com.oracle.truffle.api.dsl.UnsupportedSpecializationException: Unexpected 
values provided for IsCallableNodeGen@58f174d9: 
[com.oracle.truffle.js.runtime.builtins.JSArray$ArrayLengthProxyProperty@5be82d43],
 [ArrayLengthProxyProperty]
     org.graalvm.polyglot.PolyglotException: 
com.oracle.truffle.api.dsl.UnsupportedSpecializationException: Unexpected 
values provided for IsCallableNodeGen@58f174d9: 
[com.oracle.truffle.js.runtime.builtins.JSArray$ArrayLengthProxyProperty@5be82d43],
 [ArrayLengthProxyProperty]
        at 
com.oracle.truffle.js.nodes.unary.IsCallableNodeGen.executeAndSpecialize(IsCallableNodeGen.java:268)
        at 
com.oracle.truffle.js.nodes.unary.IsCallableNodeGen.executeBoolean(IsCallableNodeGen.java:109)
        at 
com.oracle.truffle.js.nodes.interop.KeyInfoNode.cachedOwnProperty(KeyInfoNode.java:113)
   ```
   the bug has already been fixed and the fix will be part of GraalVM 21.1. The 
fix will hopefully also be backported to some 20.3 update to make sure NetBeans 
works fine with the latest GraalVM LTS release.


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to